nixdots/modules/nixos/networking/default.nix

13 lines
379 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
]; # its working with again but shits when in use with macvtap vm [vm nas access]
}