Add the user
This commit is contained in:
parent
dad7f00150
commit
3d0b6542bd
2 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@ creation_rules:
|
|||
- path_regex: secrets/tailscale.yaml
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *user_albert
|
||||
- *host_nixos-rpi4-01
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue