fix boot loader
This commit is contained in:
parent
26842b27a6
commit
e255632758
2 changed files with 16 additions and 13 deletions
|
|
@ -17,7 +17,7 @@
|
|||
devices = ["nodev"];
|
||||
};
|
||||
};
|
||||
kernelParams = [ "ipv6.disable=1" ];
|
||||
kernelParams = lib.mkDefault [ "ipv6.disable=1" ];
|
||||
};
|
||||
|
||||
# system.autoUpgrade = mkDefault {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue