From e3a3f16fd6904d6eefd57b1985475e9eecf0b3c9 Mon Sep 17 00:00:00 2001 From: Katharina Heidenreich Date: Sun, 15 Mar 2026 20:35:17 +0100 Subject: [PATCH] feat add services again --- services/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/default.nix b/services/default.nix index a98c0a2..fc8cc5b 100644 --- a/services/default.nix +++ b/services/default.nix @@ -1,13 +1,13 @@ {...}: { imports = [ ./kea.nix -# ./kiwix-updater.nix -# ./kiwix.nix + ./kiwix-updater.nix + ./kiwix.nix ./nginx.nix ./openssh.nix -# ./qbittorrent.nix + ./qbittorrent.nix ./unbound.nix ./autossh.nix -# ./continuwuity.nix + ./continuwuity.nix ]; }