Revert "Setup headscale"

This reverts commit b89e990706.
This commit is contained in:
Charlotte Van Petegem 2022-11-18 19:02:05 +01:00
parent b89e990706
commit 591c61c978
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 0 additions and 81 deletions

View file

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

View file

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