Skip to content

Commit

Permalink
change user
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceratops committed Dec 10, 2024
1 parent 83eecdf commit ab956ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nixos/modules/nixos/services/restic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ in
sops.secrets = mkIf (cfg.local.enable || cfg.remote.enable) {
"services/restic/password" = {
sopsFile = ./secrets.sops.yaml;
owner = "kah";
group = "kah";
owner = "spiceratops";
group = "users";
};

"services/restic/env" = {
sopsFile = ./secrets.sops.yaml;
owner = "kah";
group = "kah";
owner = "spiceratops";
group = "users";
};
};

Expand Down

0 comments on commit ab956ad

Please sign in to comment.