diff options
| author | adikro <adikro@disroot.org> | 2026-05-17 01:05:14 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-17 01:05:14 +0200 |
| commit | dec36d2e9aaca7ca7149a244aa984e97925a3dba (patch) | |
| tree | bdf3ec35e101beaa4e74c48930dca4341d48ae2c /os/srv/default.nix | |
| parent | 8bedd672ac49617d2e3a808efe470228cbb0240d (diff) | |
moved ssh and tailscale to srv, revamped netwroking modules
Diffstat (limited to 'os/srv/default.nix')
| -rw-r--r-- | os/srv/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/srv/default.nix b/os/srv/default.nix index b83e892..76351e2 100644 --- a/os/srv/default.nix +++ b/os/srv/default.nix @@ -3,7 +3,10 @@ imports = [ ./bluetooth.nix ./compat.nix + ./crowdsec.nix + ./fail2ban.nix ./files.nix + ./firewall.nix ./gaming.nix ./i2p.nix ./kdeconnect.nix @@ -15,8 +18,10 @@ ./opnsense.nix ./simplex.nix ./sops.nix + ./ssh.nix ./sunshine.nix ./syncthing.nix + ./tailscale.nix ./tor.nix ./virtualization.nix ./vpn.nix |
