nixdots/modules/nixos/networking/default.nix
2026-01-16 17:36:16 +03:00

13 lines
302 B
Nix

{
config,
lib,
pkgs,
inputs,
...
}: {
imports = [
./bluetooth.nix
./ssh.nix
#./zapret.nix zapret decided to kill itself among all the devices caused so much problems, i just use tailscale exit node for the time being until i decide to fix this fucking shitass tool
];
}