summary refs log tree commit diff stats
path: root/system/services/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/default.nix')
-rw-r--r--system/services/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/services/default.nix b/system/services/default.nix
index b8b617e..db7ca4f 100644
--- a/system/services/default.nix
+++ b/system/services/default.nix
@@ -1,6 +1,5 @@
 {...}: {
   imports = [
-    ./fail2ban
     ./invidious
     ./invidious-router
     ./mail
@@ -11,7 +10,6 @@
     ./murmur
     ./nix
     ./restic
-    ./rust-motd
     ./taskserver
   ];
 }