radicale path updates and updatekey command

This commit is contained in:
steveej 2024-01-25 00:09:06 +01:00
parent faf0818e00
commit eadfa1a28c
7 changed files with 179 additions and 9 deletions

View file

@ -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