move xfs to desktop-only

This commit is contained in:
2025-01-18 22:38:00 +02:00
parent 96d05c4ec2
commit 1e2721bd14
2 changed files with 1 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ in
loader.systemd-boot.enable = true;
initrd.systemd.enable = true;
supportedFilesystems = [
"btrfs"
"ntfs"
"xfs"
];
kernelModules = [ "kvm-intel" ];
};