Compare commits

..

3 commits

Author SHA1 Message Date
ed14197eb8 Add notes about changing secrets
All checks were successful
CI / build (push) Successful in 2m25s
2025-01-22 14:05:57 +02:00
9e5c3d5c05 Add renovate config 2025-01-22 14:01:59 +02:00
232e08801f Add git renovate module 2025-01-22 14:01:59 +02:00
2 changed files with 8 additions and 4 deletions

View file

@ -66,3 +66,6 @@ Usage:
sops $file # To edit a file
sops-rekey # To rekey all secrets, e.g. after a key rollover or new host
```
After changing secrets, don't forget to push the sub-repository and run
`nix flake update private` in the infrastructure repository to use the changes in builds.

9
flake.lock generated
View file

@ -111,10 +111,11 @@
]
},
"locked": {
"lastModified": 1734984619,
"narHash": "sha256-D9awD3ArJ+8jCPr96HruGS4xpkJ7h2+V0Yiaay/9pyE=",
"rev": "18d3b3b703a6139b9ebd5ec64311717cf2a6f9bc",
"revCount": 7,
"lastModified": 1737489963,
"narHash": "sha256-1Qo3Qofx6W4s7tfvAKuq+hIUkkSRTU6j9PcDodM0hY4=",
"ref": "refs/heads/main",
"rev": "d42933081c8149ee536b0300020d4f31b206f514",
"revCount": 10,
"type": "git",
"url": "file:./private"
},