diff --git a/modules/base.nix b/modules/base.nix index 248689c..1ebffe3 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -58,6 +58,8 @@ in { # not going far without Unix domain sockets UNIX = "y"; + INET = "y"; + IPV6 = "y"; # s6-linux-init mounts this on /dev DEVTMPFS = "y";