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 ]; }