20 current 2025-10-07 00:49:35 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 14:43:26 -05:00
parent 00f77df698
commit d1611bc1be
4 changed files with 7 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ in
"tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable {
owner = "root";
};
"borg_passwd" = lib.mkIf config.modules.system.borg.enable {
owner = "root";
group = "root";
};
"blake_passwd" = lib.mkIf config.users.blake.enable {
owner = "root";
group = "root";