move xfs to desktop-only

This commit is contained in:
Motiejus Jakštys 2025-01-18 22:38:00 +02:00
parent 96d05c4ec2
commit 1e2721bd14
2 changed files with 1 additions and 2 deletions
modules
base
profiles/desktop

View File

@ -50,7 +50,6 @@ in
supportedFilesystems = [
"btrfs"
"ext4"
"xfs"
];
};

View File

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