radicale path updates and updatekey command
This commit is contained in:
parent
faf0818e00
commit
eadfa1a28c
7 changed files with 179 additions and 9 deletions
3
Justfile
3
Justfile
|
@ -306,3 +306,6 @@ test-connection:
|
|||
|
||||
cachix-use name:
|
||||
nix run nixpkgs/nixos-unstable#cachix -- use {{name}} -m nixos -d nix/os/
|
||||
|
||||
update-sops-keys:
|
||||
for file in $(egrep -lr '"?sops"?:') secrets; do sops updatekeys -y $file; done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue