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

This commit is contained in:
2025-10-07 14:44:01 -05:00
parent d1611bc1be
commit 8f1e0dcb85

View File

@@ -30,7 +30,7 @@ in
"tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable { "tailscale_authkey" = lib.mkIf config.modules.system.tailscale.enable {
owner = "root"; owner = "root";
}; };
"borg_passwd" = lib.mkIf config.modules.system.borg.enable { "borg_passwd" = lib.mkIf config.modules.system.backups.enable {
owner = "root"; owner = "root";
group = "root"; group = "root";
}; };