about summary refs log tree commit diff stats
path: root/system/services/default.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-01-25 21:42:22 +0100
committerSilas Schöffel <sils@sils.li>2025-01-25 21:43:25 +0100
commit51085ef8f8fd4a8c8ef7fe0890ddcdc22433a94c (patch)
treee368d5511228faecafcffbfcdad6187fa8a7bbab /system/services/default.nix
parentfeat(hosts)!: remove server1 (diff)
downloadnixos-server-51085ef8f8fd4a8c8ef7fe0890ddcdc22433a94c.zip
feat(system): remove
This only contains unused and unwanted services
Diffstat (limited to '')
-rw-r--r--system/services/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/services/default.nix b/system/services/default.nix
deleted file mode 100644
index 2b13f32..0000000
--- a/system/services/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{...}: {
-  imports = [
-    ./invidious
-    ./minecraft
-    ./taskserver
-  ];
-}