support /proc/config.gz

module-based-network
Daniel Barlow 2022-10-02 10:03:17 +01:00
parent 1aa9f8d61f
commit 0ed97a5232
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ in {
defaultProfile.packages = with pkgs;
[ s6 s6-init-bin busybox execline s6-linux-init s6-rc ];
kernel.config = {
"IKCONFIG_PROC" = "y";
};
users.root = {
uid = 0; gid= 0; gecos = "Root of all evaluation";
dir = "/";