From 0c6c2562f3a93439ef6092f7261aa90bf4a91a86 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 05:42:30 -0500 Subject: [PATCH] 280 current 2025-10-11 05:36:52 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/smarthome/homeassistant/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index 3137e6d..7a387fd 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -97,7 +97,7 @@ in # override umask to make permissions work out -# systemd.services.${service}.serviceConfig = { + systemd.services.${service}.serviceConfig = { UMask = lib.mkForce "0007"; # };