diff --git a/nixos/common.nix b/nixos/common.nix index f3bf42b..5fa0a86 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -109,26 +109,6 @@ jack.enable = true; }; - services.snapper.configs = { - persist = { - subvolume = "/persist"; - fstype = "btrfs"; - extraConfig = '' - TIMELINE_CREATE=yes - TIMELINE_CLEANUP=yes - ''; - }; - data = { - subvolume = "/data"; - fstype = "btrfs"; - extraConfig = '' - TIMELINE_CREATE=yes - TIMELINE_CLEANUP=yes - ''; - - }; - }; - security.doas = { enable = true; extraRules = [{