Compare commits
2 commits
ed14197eb8
...
e158d36c06
Author | SHA1 | Date | |
---|---|---|---|
e158d36c06 | |||
0e3134fbbf |
2 changed files with 4 additions and 8 deletions
|
@ -66,6 +66,3 @@ Usage:
|
||||||
sops $file # To edit a file
|
sops $file # To edit a file
|
||||||
sops-rekey # To rekey all secrets, e.g. after a key rollover or new host
|
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,11 +111,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737489963,
|
"lastModified": 1734984619,
|
||||||
"narHash": "sha256-1Qo3Qofx6W4s7tfvAKuq+hIUkkSRTU6j9PcDodM0hY4=",
|
"narHash": "sha256-D9awD3ArJ+8jCPr96HruGS4xpkJ7h2+V0Yiaay/9pyE=",
|
||||||
"ref": "refs/heads/main",
|
"rev": "18d3b3b703a6139b9ebd5ec64311717cf2a6f9bc",
|
||||||
"rev": "d42933081c8149ee536b0300020d4f31b206f514",
|
"revCount": 7,
|
||||||
"revCount": 10,
|
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:./private"
|
"url": "file:./private"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue