From 787140cccd8f424a191fe9d5338f6cde356f4a43 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 18 Oct 2024 12:54:23 +0200 Subject: zfs auto snapshot home --- nixos/kusanagi.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos') 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."/" = { -- cgit v1.2.3