From 180d78430bc5ad0ccd1da990025f6e5aad6b065c Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 02:24:55 -0500 Subject: [PATCH] 259 current 2025-10-11 02:18:02 25.05.20251006.20c4598 6.12.50 * --- modules/homelab/services/smarthome/homeassistant/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/homelab/services/smarthome/homeassistant/default.nix b/modules/homelab/services/smarthome/homeassistant/default.nix index e601699..4d67ade 100644 --- a/modules/homelab/services/smarthome/homeassistant/default.nix +++ b/modules/homelab/services/smarthome/homeassistant/default.nix @@ -55,7 +55,6 @@ in extraGroups = []; }; - virtualisation = { podman.enable = true; oci-containers = { @@ -75,8 +74,8 @@ in ]; environment = { TZ = homelab.tz; - PUID = toString config.users.users.${service}.uid; - PGID = toString config.users.groups.${service}.gid; + #PUID = toString config.users.users.${service}.uid; + #PGID = toString config.users.groups.${service}.gid; }; }; };