From 1c4c356479b6931b6d39b483305396a913ac2882 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 30 Aug 2025 22:05:22 +0200 Subject: [PATCH] remove cyberchef from desktop1 --- hosts/desktop1/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 8124129..a6cfe1f 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -24,10 +24,6 @@ nixos = { }; docker = { - cyberchef = { - enable = true; - port = 6900; - }; }; networking = { bridge = "br0";