Add zfs support

This commit is contained in:
Johannes Jöns 2023-02-27 19:38:23 +01:00
parent 61fa7c0095
commit 4623f35621

View file

@ -12,7 +12,7 @@
networking.hostName = "kami";
boot.supportedFilesystems = [ "ntfs" ];
boot.supportedFilesystems = [ "ntfs" "zfs" "btrfs" ];
networking.networkmanager.enable = true;