19 current 2025-10-05 21:56:34 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 10:09:12 -05:00
parent 23bbe402b2
commit b8f8c1d40c

View File

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