19 current 2025-10-05 21:56:34 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -12,12 +12,15 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# enable and configure sops for secrets
|
||||
sops.defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
sops.defaultSopsFormat = "yaml";
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
defaultSopsFormat = "yaml";
|
||||
age.keyFile = "/home/blake/.config/sops/age/keys.txt";
|
||||
|
||||
sops.age.keyFile = "/home/blake/.config/sops/age/keys.txt";
|
||||
secrets = {
|
||||
"tailscale_authkey" = { owner = "root"; };
|
||||
|
||||
#sops.secrets.tailscale_authkey = { };
|
||||
sops.secrets."tailscale_authkey" = { owner = "root"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user