dumpyourvms: enable tailscale

This commit is contained in:
teutat3s 2023-03-05 14:45:09 +01:00
parent 5cdeaa93ff
commit 228867acb7
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 4 additions and 0 deletions

View file

@ -64,6 +64,7 @@ in {
};
services.mozillavpn.enable = true;
networking = import ./networking.nix;
services.tailscale.enable = true;
security.pki.certificateFiles = [./consul-agent-ca.pem];

View file

@ -1,5 +1,8 @@
{
networkmanager.dns = "systemd-resolved";
# https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111
firewall.checkReversePath = "loose";
#resolvconf.enable = true;
hosts = {