Setup headscale
This commit is contained in:
parent
0773f0b36f
commit
b89e990706
7 changed files with 81 additions and 0 deletions
|
@ -4,5 +4,8 @@
|
|||
imports = [
|
||||
./ovh.nix
|
||||
./mobile.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
}
|
||||
|
|
3
modules/base/network/tailscale.nix
Normal file
3
modules/base/network/tailscale.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
services.tailscale.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue