mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:06:33 +01:00
Remove zfs
This commit is contained in:
parent
d538340173
commit
37279b3ac2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
networking.hostName = "kami";
|
||||
networking.hostId = "16c22faf";
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" "zfs" "btrfs" ];
|
||||
boot.supportedFilesystems = [ "ntfs" "btrfs" ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
|
||||
|
|
Loading…
Reference in a new issue