Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceratops committed Aug 8, 2024
1 parent 2019112 commit c661fe0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 = 568;
group = 568;
owner = "kah";
group = "kah";
};

"services/restic/env" = {
sopsFile = ./secrets.sops.yaml;
owner = 568;
group = 568;
owner = "kah";
group = "kah"";
};
};
Expand Down
6 changes: 3 additions & 3 deletions nixos/modules/nixos/services/restic/secrets.sops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
restic:
password: ENC[AES256_GCM,data:MT/t9bxUcUDlm2qN6AKBKgSoZ+GFJwIX,iv:YjAGzqs89ficoAtPIPO6R9FJqSFVW40jKSX9DoCfpuE=,tag:ZqL2Tk0f0k5t55G54yeitA==,type:str]
repository: ENC[AES256_GCM,data:Q8roQNhXvoGZnALrNDZFshn/gdHvy/vwm90JYW4mfpKcraIbAQk=,iv:7s/7oao3XLBiF8rAY1C7RRJ5+mTCKNTXU+8vU0HjM/I=,tag:eYHruUZ4mjldsqAxuY63Eg==,type:str]
env: ENC[AES256_GCM,data:/sgjR79qbpDhqv9XVDKzTguLiGb4CBdNyhC3,iv:gLgf+4fLYXBxz+e72SBtRchRTyixfoN31Rv9/HQPVAY=,tag:tZFUP9fQmiCs0GSDWLe1pw==,type:str]
env: ENC[AES256_GCM,data:a1hOx2rp2PYDj233qfTp5FbobE3Qzcc+/i7SGA5VxV4wmXJoMybB5wA5q+ojhXwpHf2eA9dg0HAo37j3QuUZKlr1ID9LztcczRw=,iv:YdrW2WUat7a7vBVMQ61LRoOs38My42qkrEp3xIv5qpg=,tag:X8bX1WdBaOukAgtrOjm++g==,type:str]
sops:
kms: []
gcp_kms: []
Expand All @@ -27,8 +27,8 @@ sops:
WVIyWVJoRnR4MkxaOEdGTHZLOUhubFUKmopogbUacry/FpKlMIV5GBnK6wTlrHn+
xH5FIyOqnlmdHripxVjL69ZAKr2Ee1jrun7dPKVAMLKvPTEmKbi5sQ==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2024-08-08T11:16:37Z"
mac: ENC[AES256_GCM,data:mihXwiWyTD1VfUZ2+RWPgPENU4WqyMnMorRhlzlRI3KNsJ4vml8ma2IsoOPO57582qst6GEYxpiwM0enCUVsLsCd4ceoOV7RyejFPF9Og8Cd2vofA/k+y5F7bNuh80QOdRf3d4nM325Tgjx0wVA/us+0zgBpT4wa7rP5cjKSZBQ=,iv:N8ExHYBWNImihvW9Ie8K2UKWanYf5Tt16xeAMIKg24M=,tag:eG4uel+h4p8ANDxfTIcxXQ==,type:str]
lastmodified: "2024-08-08T11:17:24Z"
mac: ENC[AES256_GCM,data:m/x1ac3xzLmQFo+P4636tHI/g5a1YUO7SBdXlmTjVeCHTMw0sYvohN2+x6n/WjBrEk7G+Nos0bJEJNP9vS/LspPJM7JdCkXNMyF5JyrEUopZGVItmq62hdI+i35xIIUxcpUc1NPDzCb/pcF8uHEW9UTnqprhkGsB6ioQhou6O0U=,iv:4IYu9tyaPf9XZV08OKUndqvZOnz8vOUybYuy9XAabGg=,tag:yx3pkF1kqhtRebJwiugCVA==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.0

0 comments on commit c661fe0

Please sign in to comment.