From bf126b5e1ae5cbab3b62c00bbff614a23539e431 Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 12 Apr 2026 23:47:47 +0200 Subject: finalized client configs for tor, i2pd and yggdrasil --- os/srv/default.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 os/srv/default.nix (limited to 'os/srv/default.nix') 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 + ]; +} -- cgit v1.3