1
Fork 0

Set up tailscale

This commit is contained in:
Matei Adriel 2023-08-04 22:53:54 +03:00
parent 0047769696
commit c8eef155e5
No known key found for this signature in database
3 changed files with 6 additions and 1 deletions

View file

@ -16,6 +16,7 @@ let
./fish.nix
./locale.nix
./wireless
./tailscale.nix
../../../../common
];
in

View file

@ -0,0 +1,4 @@
{
# enable the tailscale service
services.tailscale.enable = true;
}

View file

@ -40,7 +40,7 @@
# {{{ Some ad-hoc site blocking
networking.extraHosts = ''
127.0.0.1 twitter.com
127.0.0.1 www.reddit.com
'';
# 127.0.0.1 www.reddit.com
# }}}
}