Add the user

This commit is contained in:
iFargle 2023-09-15 23:34:18 +09:00
parent dad7f00150
commit 3d0b6542bd
2 changed files with 2 additions and 1 deletions

View file

@ -13,4 +13,5 @@ creation_rules:
- path_regex: secrets/tailscale.yaml - path_regex: secrets/tailscale.yaml
key_groups: key_groups:
- pgp: - pgp:
- *user_albert
- *host_nixos-rpi4-01 - *host_nixos-rpi4-01

View file

@ -48,7 +48,7 @@
} }
sops-update() { sops-update() {
nix-shell -p sops --run "sops updatekeys $1" /etc/nixos/git/shell.nix nix-shell /etc/nixos/git/shell.nix -p sops --run "sops updatekeys $1"
} }
nix-clean-all() { nix-clean-all() {