Skip to content

Commit

Permalink
setup zfs snap restic backups
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceratops committed Aug 8, 2024
1 parent 32517d7 commit dd2cb3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/services/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
./reboot-required-check.nix
./nfs
# ./nix-serve
# ./restic
./restic
# ./minio
];
}
10 changes: 5 additions & 5 deletions nixos/modules/nixos/services/restic/secrets.sops.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
restic:
password: ENC[AES256_GCM,data:+GWd+w==,iv:Q4ZJObtzwEKZXpxZ5xIvU6ToVHzqLz3btg9hjSiirG0=,tag:h/HBeAWBzRnzXIeBPpeW8w==,type:str]
repository: ENC[AES256_GCM,data:m7mJNA==,iv:ZNEEm9iX0xlFdxkMFZnmf9gPLaW5p2MvkiZGxVVKmCk=,tag:OvH5pUWeqAqmzXu/EXexdQ==,type:str]
env: ENC[AES256_GCM,data:7GtsGg==,iv:Kqlaz51d+boKJbSfuvAHCLWSJY7Oa4xLKFXzSSOn3Z0=,tag:9pPOzGe0KlwqqsxO+dVQKA==,type:str]
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:VMtmCXcCBaNCW4q/F1zGrCEpe/hsbZ+FVCriKyoNI8ooxi/scxtdyCaCtwBY/N3GWQ/YH52RtYoJm5hw4DSYYixgmZEc8qwi84c=,iv:o+PlHewbVQqU4DDXq0yc+wS9opIbTaxlaiiNBWIMCJs=,tag:lTtWs/W6V6qCCIdJIh4HvQ==,type:str]
sops:
kms: []
gcp_kms: []
Expand All @@ -27,8 +27,8 @@ sops:
WVIyWVJoRnR4MkxaOEdGTHZLOUhubFUKmopogbUacry/FpKlMIV5GBnK6wTlrHn+
xH5FIyOqnlmdHripxVjL69ZAKr2Ee1jrun7dPKVAMLKvPTEmKbi5sQ==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2024-08-07T13:55:01Z"
mac: ENC[AES256_GCM,data:0YftDuqxVGSayad1igJ9QnEveTFrzEwnsiRzZyaT1Ja9NoCdiEO7O3xH1iq9yUF4NraLNM7xpJVw8F5wy32xVDN8B+Svr/FDn6/y4KjItg4rhAZeiww7qsVVttm5fxk/fqtR1pNMdoPiIAd0jkoHHrXc3a/IKAqH8DMq4UcieN8=,iv:qRoFsny9Gt6Mj/SMvb4jSQWE3oQKG5ucStR01RvOGL4=,tag:gbhB/66mDRpkdn2hewh96w==,type:str]
lastmodified: "2024-08-08T10:35:23Z"
mac: ENC[AES256_GCM,data:G4ro5NtvtHHV++EBLjIP7dXhyyDOusw2suJokvA8pWd61H/+4Slx3vkSMTsN9AQgTHqwNECSHY0S0u+yNVlxmuu14i/G1AKnsJlhQWywEm145U+c3ET6MhS5x5x+D2wRBioXNNQxWHERmMn5OiauDwxTqddnqN45GSWke6rP2GQ=,iv:SbRMlkHMQT5bWF9QsmECIOC3HHQ9QdeeEZAuk5J+X6A=,tag:GUgJII+7l4GEOppZhD5kaw==,type:str]
pgp: []
unencrypted_suffix: _unencrypted
version: 3.8.0
2 changes: 1 addition & 1 deletion nixos/modules/nixos/system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
./nfs
# ./motd
# ./pushover
# ./autoupgrades
./autoupgrades
];
}

0 comments on commit dd2cb3b

Please sign in to comment.