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