diff --git a/modules/containers.nix b/modules/containers.nix index 94094dab..17d1d4b7 100644 --- a/modules/containers.nix +++ b/modules/containers.nix @@ -12,7 +12,6 @@ let inherit (config.boot) enableContainers; template = { - privateNetwork = true; ephemeral = true; restartIfChanged = false; @@ -57,9 +56,6 @@ in containers = mkIf enableContainers { wine = template // { - hostAddress = "192.168.100.34"; - localAddress = "192.168.100.49"; - config = { nix-config, pkgs, ... }: