diff options
Diffstat (limited to 'nixos/kusanagi.nix')
-rw-r--r-- | nixos/kusanagi.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index d139d94..946e3a3 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -65,6 +65,8 @@ in swapDevices = [ ]; + services.zfs.autoSnapshot.enable = true; + # ---- tmpfs root filesystem with special persisted directory ---- fileSystems."/" = { |