diff options
Diffstat (limited to 'archetypes/profiles/zfs/default.nix')
| -rw-r--r-- | archetypes/profiles/zfs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/profiles/zfs/default.nix b/archetypes/profiles/zfs/default.nix index 4841231..00f3c0b 100644 --- a/archetypes/profiles/zfs/default.nix +++ b/archetypes/profiles/zfs/default.nix @@ -8,6 +8,8 @@ mode = mkZfs "efi"; }; + boot.supportedFilesystems = [ "zfs" ]; + services.zfs = { trim.enable = mkZfs true; autoSnapshot.enable = mkZfs true; |
