summaryrefslogtreecommitdiff
path: root/os/srv/srv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/srv/srv.nix')
-rw-r--r--os/srv/srv.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/os/srv/srv.nix b/os/srv/srv.nix
deleted file mode 100644
index 80b6296..0000000
--- a/os/srv/srv.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{ ... }:
-{
- imports = [
- ./syncthing.nix
- ./tor.nix
- ./sops.nix
- ./bluetooth.nix
- ./compat.nix
- ./files.nix
- ./gaming.nix
- ./virtualization.nix
- ./nix-helper.nix
- ./ollama.nix
- ./kdeconnect.nix
- ./monero.nix
- ./vpn.nix
- ./i2p.nix
- ./yggdrasil.nix
- ./omnisearch.nix
- ];
-}