From 026932a745a8cc26756aaf72eb77c5781fb81f9b Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 18 Oct 2022 15:48:37 +0100 Subject: [PATCH] add unix-domain socket support this is a curious config option to default to "n", I think --- modules/base.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/base.nix b/modules/base.nix index 50c18158..248689cb 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -56,6 +56,9 @@ in { MODULES = "y"; + # not going far without Unix domain sockets + UNIX = "y"; + # s6-linux-init mounts this on /dev DEVTMPFS = "y"; # some or all of these may be fix for "tmpfs: Unknown parameter 'mode'" error