fixed home assistant

This commit is contained in:
Leyla Becker 2025-07-12 15:00:59 -05:00
parent 1d7e0d11f0
commit 3ce9b625d1
6 changed files with 122 additions and 268 deletions

View file

@ -4,7 +4,7 @@
...
}: {
options.host.podman = {
enable = lib.mkEnableOption "should home-assistant be enabled on this computer";
enable = lib.mkEnableOption "should podman be enabled on this computer";
macvlan = {
subnet = lib.mkOption {
type = lib.types.str;