22 current 2025-10-06 10:50:34 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 10:50:36 -05:00
parent 3fff20abc0
commit ef753ad65b
3 changed files with 12 additions and 5 deletions

View File

@@ -26,9 +26,16 @@ in
# group = "<group>";
# path = "<path on system to place flile>"
# };
"tailscale_authkey" = {
"tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable {
owner = "root";
};
"blake_pass" = {
owner = "blake";
group = "blake";
neededForUsers = true;
};
};
};
};