From 9c1ba99c88b8d47ee23087ebbcb1a702a9bcaebe Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 22 Sep 2025 22:11:19 +0200 Subject: [PATCH] remove from desktop --- hosts/desktop1/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) 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 = { };