20 current 2025-10-06 10:29:10 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 10:29:13 -05:00
parent b8f8c1d40c
commit 4e99308d66
3 changed files with 16 additions and 5 deletions

View File

@@ -18,8 +18,17 @@ in
age.keyFile = "/home/blake/.config/sops/age/keys.txt";
secrets = {
"tailscale_authkey" = { owner = "root"; };
# define secrets with the following syntax
# secret path is the nesting of headings in the yaml file
# the secret is auto place in /run/<path to secret> path allows you to symlink to the /run to where ever is needed
# "<secret_name/path>" = {
# owner = "<user>";
# group = "<group>";
# path = "<path on system to place flile>"
# };
"tailscale_authkey" = {
owner = "root";
};
};
};
};