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