Compare commits
3 commits
e158d36c06
...
ed14197eb8
Author | SHA1 | Date | |
---|---|---|---|
ed14197eb8 | |||
9e5c3d5c05 | |||
232e08801f |
2 changed files with 8 additions and 4 deletions
|
@ -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
9
flake.lock
generated
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue