Separate filesystems config into own file
This commit is contained in:
parent
deac8e4bc1
commit
6aad24d535
5 changed files with 8 additions and 12 deletions
6
system/hardware/filesystems.nix
Normal file
6
system/hardware/filesystems.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{lib, ...}: {
|
||||
boot.supportedFilesystems = {
|
||||
ntfs = true;
|
||||
zfs = lib.mkForce false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue