sops cleanup
This commit is contained in:
parent
47456417f7
commit
bd17ec1c62
3 changed files with 7 additions and 7 deletions
|
@ -124,9 +124,12 @@
|
|||
authKeyFile = config.sops.secrets.tailscale_auth_key.path;
|
||||
};
|
||||
|
||||
sops.defaultSopsFile = ../secrets/secrets.yaml;
|
||||
sops.age.keyFile = "/home/muhh/.config/sops/age/keys.txt";
|
||||
sops.secrets.tailscale_auth_key = {};
|
||||
sops = {
|
||||
age.keyFile = "/home/muhh/.config/sops/age/keys.txt";
|
||||
defaultSopsFile = ../modules/sops/secrets/secrets.yaml;
|
||||
secrets.tailscale_auth_key = {};
|
||||
};
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.muhh = {
|
||||
isNormalUser = true;
|
||||
|
|
2
justfile
2
justfile
|
@ -1,4 +1,4 @@
|
|||
SOPS_FILE := "./secrets/secrets.yaml"
|
||||
SOPS_FILE := "./modules/sops/secrets/secrets.yaml"
|
||||
|
||||
default:
|
||||
@just --list
|
||||
|
|
|
@ -21,7 +21,4 @@
|
|||
tailscale_auth_key = {};
|
||||
};
|
||||
};
|
||||
|
||||
# sops.defaultSopsFile = ../modules/sops/secrets/secrets.yaml;
|
||||
# sops.age.keyFile = "/home/muhh/.config/sops/age/keys.txt";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue