sops cleanup

This commit is contained in:
Markus Heurung 2025-04-15 13:06:28 +02:00
parent 47456417f7
commit bd17ec1c62
3 changed files with 7 additions and 7 deletions

View file

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

View file

@ -1,4 +1,4 @@
SOPS_FILE := "./secrets/secrets.yaml"
SOPS_FILE := "./modules/sops/secrets/secrets.yaml"
default:
@just --list

View file

@ -21,7 +21,4 @@
tailscale_auth_key = {};
};
};
# sops.defaultSopsFile = ../modules/sops/secrets/secrets.yaml;
# sops.age.keyFile = "/home/muhh/.config/sops/age/keys.txt";
}