20 current 2025-10-06 10:29:10 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user