❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add previleged option for podman

A. Ottr f3d32853 44b99d9b

+1
+1
modules/nixos/server/home-assistant.nix
··· 10 10 image = "ghcr.io/home-assistant/home-assistant:2025.5.2"; 11 11 autoStart = true; 12 12 extraOptions = [ 13 + "--privileged" 13 14 "--network=host" 14 15 "--device=/dev/ttyUSB0:/dev/ttyUSB0" 15 16 ];