Setup headscale

This commit is contained in:
Charlotte Van Petegem 2022-11-18 12:55:48 +01:00
parent 0773f0b36f
commit b89e990706
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 81 additions and 0 deletions

View file

@ -4,5 +4,8 @@
imports = [
./ovh.nix
./mobile.nix
./tailscale.nix
];
networking.firewall.checkReversePath = "loose";
}

View file

@ -0,0 +1,3 @@
{ ... }: {
services.tailscale.enable = true;
}