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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue