From aea2a217c24d56b34ca7341f3f77edc75abf8caf Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 27 Mar 2025 13:24:37 -0400 Subject: [PATCH] chunk: remove unused stuff --- hosts/chunk/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/chunk/default.nix b/hosts/chunk/default.nix index 9a621c4..f016a84 100644 --- a/hosts/chunk/default.nix +++ b/hosts/chunk/default.nix @@ -184,7 +184,6 @@ security.sudo.enable = true; security.sudo.wheelNeedsPassword = false; - programs.gnupg.agent.enable = true; programs.git.enable = true; my.caddy.enable = true; @@ -192,8 +191,5 @@ # container stuff my.containerization.enable = true; - my.roundcube.enable = true; - my.zipline.enable = true; - my.searx.enable = true; my.attic.enable = true; }