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; }; }; };