diff --git a/nixos/modules/borgbackup.nix b/nixos/modules/borgbackup.nix index 18a8d9b..da083cb 100644 --- a/nixos/modules/borgbackup.nix +++ b/nixos/modules/borgbackup.nix @@ -119,7 +119,7 @@ in { repo = "ssh://borg@localhost:fsaccount"; startAt = "hourly"; user = "fsaccount"; - group = "fsaccount"; + group = "users"; readWritePaths = ["/home/fsaccount"]; }; }; @@ -135,6 +135,5 @@ in { isNormalUser = true; }; }; - users.groups.fsaccount = {}; }; }