refactor(nixos): move supportedFilesystems nfs to common boot module
This commit is contained in:
@@ -8,7 +8,6 @@ in
|
||||
|
||||
# Config Boot
|
||||
boot = {
|
||||
supportedFilesystems = [ "nfs" ];
|
||||
loader.timeout = lib.mkForce 0;
|
||||
consoleLogLevel = 7;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user