nixos-config/modules/base/network/default.nix
Charlotte Van Petegem b89e990706
Setup headscale
2022-11-18 19:00:24 +01:00

11 lines
135 B
Nix

{ ... }:
{
imports = [
./ovh.nix
./mobile.nix
./tailscale.nix
];
networking.firewall.checkReversePath = "loose";
}