support /proc/config.gz
This commit is contained in:
parent
1aa9f8d61f
commit
0ed97a5232
1 changed files with 4 additions and 0 deletions
|
@ -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 = "/";
|
||||
|
|
Loading…
Reference in a new issue