diff options
author | Alex Auvolat <alex@adnab.me> | 2024-10-18 12:54:23 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-10-18 12:54:23 +0200 |
commit | 787140cccd8f424a191fe9d5338f6cde356f4a43 (patch) | |
tree | 96ed56a188e8fae3931be31191e407bd26aba0dd | |
parent | 0d0780a517eba4535a56900eecf52150142cbacb (diff) | |
download | user-config-master.tar.gz user-config-master.zip |
-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."/" = { |