From 404845872bb628562741b0528390a6fcfa12c846 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 1 Dec 2023 11:28:38 +0100 Subject: [PATCH] remove old podman config --- hosts/fw.cloonar.com/modules/home-assistant.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/home-assistant.nix b/hosts/fw.cloonar.com/modules/home-assistant.nix index 2605424..d3236fd 100644 --- a/hosts/fw.cloonar.com/modules/home-assistant.nix +++ b/hosts/fw.cloonar.com/modules/home-assistant.nix @@ -1,20 +1,4 @@ { ... }: { - virtualisation = { - podman = { - enable = true; - - # Create a `docker` alias for podman, to use it as a drop-in replacement - dockerCompat = true; - - # Required for containers under podman-compose to be able to talk to each other. - defaultNetwork.settings.dns_enabled = true; - # For Nixos version > 22.11 - #defaultNetwork.settings = { - # dns_enabled = true; - #}; - }; - }; - virtualisation.oci-containers = { backend = "podman"; containers.homeassistant = {