feat(networking): enable tailscale daemon
This commit is contained in:
parent
4ed747a1fa
commit
636376972f
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
networking.useDHCP = false;
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
firewall.checkReversePath = "loose";
|
||||
};
|
||||
|
||||
services = {
|
||||
avahi = {
|
||||
|
@ -14,5 +17,7 @@
|
|||
ssh = "${pkgs.avahi}/etc/avahi/services/ssh.service";
|
||||
};
|
||||
};
|
||||
|
||||
tailscale.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue