From 653bb4b0ba3696325b77f9440a0d86b4ba4b516b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 4 Feb 2025 08:22:37 -0600 Subject: [PATCH] Build plugins from the correct python --- hosts/genesis/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;