settei/sane-defaults: make tailscale interface trusted by default
This commit is contained in:
parent
84166ab1b7
commit
32d458c26e
2 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,7 @@ let
|
|||
|
||||
# FIXME: Move to common
|
||||
services.tailscale.enable = true;
|
||||
networking.firewall.trustedInterfaces = [ "tailscale0" ];
|
||||
|
||||
networking.hostName = lib.mkDefault (
|
||||
args.configurationName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue