diff --git a/hosts/genesis/home-assistant.nix b/hosts/genesis/home-assistant.nix index 851d9d3..6e71d1d 100755 --- a/hosts/genesis/home-assistant.nix +++ b/hosts/genesis/home-assistant.nix @@ -1,4 +1,4 @@ -{ pkgs, config, ... }: +{ config, pkgs, ... }: { virtualisation.podman.enable = true;