move xfs to desktop-only
This commit is contained in:
parent
96d05c4ec2
commit
1e2721bd14
modules
@ -50,7 +50,6 @@ in
|
||||
supportedFilesystems = [
|
||||
"btrfs"
|
||||
"ext4"
|
||||
"xfs"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -16,8 +16,8 @@ in
|
||||
loader.systemd-boot.enable = true;
|
||||
initrd.systemd.enable = true;
|
||||
supportedFilesystems = [
|
||||
"btrfs"
|
||||
"ntfs"
|
||||
"xfs"
|
||||
];
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user