refactor(nixos): move supportedFilesystems nfs to common boot module

This commit is contained in:
2026-04-24 07:25:06 -04:00
parent 1070642635
commit fc1f2404d0
5 changed files with 1 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ in
services.xe-guest-utilities.enable = mkIf cfg.xenGuest true;
boot = {
supportedFilesystems = [ "nfs" ];
kernelParams =
lib.optionals cfg.silentBoot [
"quiet"