From 3e36af50d5a18254e72075bdbe4f1eb8fe276f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 29 Nov 2023 15:33:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20(hydrogen/services)=20update=20s?= =?UTF-8?q?ervice's=20default.nix=20to=20remove=20ol=20services?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/hydrogen/services/default.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/hosts/hydrogen/services/default.nix b/hosts/hydrogen/services/default.nix index 11208fa..5b52644 100644 --- a/hosts/hydrogen/services/default.nix +++ b/hosts/hydrogen/services/default.nix @@ -1,12 +1 @@ -{ ... }: { - imports = [ - ./acme - ./atuin - ./blocky - ./changedetection - ./fail2ban - ./gitea - ./nginx - ./wireguard - ]; -} +{ ... }: { imports = [ ./acme ./atuin ./changedetection ./gitea ./nginx ]; }