diff options
| author | adikro <adikro@disroot.org> | 2026-04-12 23:47:47 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-04-12 23:47:47 +0200 |
| commit | bf126b5e1ae5cbab3b62c00bbff614a23539e431 (patch) | |
| tree | b275c56596eaf3f5754cea30f04e84bbcc21e305 /os/srv/default.nix | |
| parent | 3ed184c48a1154a2548df807c8aaae7888e4792c (diff) | |
finalized client configs for tor, i2pd and yggdrasil
Diffstat (limited to 'os/srv/default.nix')
| -rw-r--r-- | os/srv/default.nix | 21 |
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 + ]; +} |
