diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 4fe8d60..a181969 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -24,10 +24,6 @@ docker.enable = true; containers = { nixos = { - traefik = { - enable = true; - ip = "192.168.1.203/24"; - }; }; docker = { };