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 {
|
config = lib.mkIf cfg.enable {
|
||||||
# enable and configure sops for secrets
|
# enable and configure sops for secrets
|
||||||
sops.defaultSopsFile = ../../secrets/secrets.yaml;
|
sops = {
|
||||||
sops.defaultSopsFormat = "yaml";
|
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||||
|
defaultSopsFormat = "yaml";
|
||||||
sops.age.keyFile = "/home/blake/.config/sops/age/keys.txt";
|
age.keyFile = "/home/blake/.config/sops/age/keys.txt";
|
||||||
|
|
||||||
#sops.secrets.tailscale_authkey = { };
|
secrets = {
|
||||||
sops.secrets."tailscale_authkey" = { owner = "root"; };
|
"tailscale_authkey" = { owner = "root"; };
|
||||||
|
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user