Should support zfs always

This commit is contained in:
Benson Chu 2024-10-06 08:09:29 -05:00
parent 87ea2c8d65
commit 289c193cb4

View file

@ -29,6 +29,8 @@ in
inputs.emacs-overlay.overlays.default
];
boot.supportedFilesystems = [ "zfs" ];
nix = {
settings.experimental-features = "nix-command flakes";