29 current 2025-10-06 11:08:10 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 11:08:13 -05:00
parent 0a9c640cbd
commit 35a6843eea
3 changed files with 16 additions and 5 deletions

View File

@@ -30,12 +30,21 @@ in
"tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable {
owner = "root";
};
"key1" = {
owner = "root";
};
# "key2" = {
# owner = "blake";
# };
"key3" = {
owner = "blake";
group = "blake";
};
"blake_pass" = {
owner = "root";
group = "root";
path = "/run/secrets/blake_pass";
# neededForUsers = true;
neededForUsers = true;
};
};