refactor(nixos): move supportedFilesystems nfs to common boot module
This commit is contained in:
@@ -31,6 +31,7 @@ in
|
||||
services.xe-guest-utilities.enable = mkIf cfg.xenGuest true;
|
||||
|
||||
boot = {
|
||||
supportedFilesystems = [ "nfs" ];
|
||||
kernelParams =
|
||||
lib.optionals cfg.silentBoot [
|
||||
"quiet"
|
||||
|
||||
Reference in New Issue
Block a user