diff --git a/machines/morpheus.nix b/machines/morpheus.nix index d0abea9..2ef1b5a 100644 --- a/machines/morpheus.nix +++ b/machines/morpheus.nix @@ -35,12 +35,10 @@ inputs.nixpkgs.lib.nixosSystem { blueman.enable = true; snapper.configs = { home = { - subvolume = "/home"; - extraConfig = '' - ALLOW_USERS="me" - TIMELINE_CREATE=yes - TIMELINE_CLEANUP=yes - ''; + SUBVOLUME = "/home"; + ALLOW_USERS = [ "me" ]; + TIMELINE_CREATE = true; + TIMELINE_CLEANUP = true; }; }; };