dumpyourvms: enable tailscale
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5cdeaa93ff
commit
228867acb7
|
@ -64,6 +64,7 @@ in {
|
||||||
};
|
};
|
||||||
services.mozillavpn.enable = true;
|
services.mozillavpn.enable = true;
|
||||||
networking = import ./networking.nix;
|
networking = import ./networking.nix;
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
security.pki.certificateFiles = [./consul-agent-ca.pem];
|
security.pki.certificateFiles = [./consul-agent-ca.pem];
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
networkmanager.dns = "systemd-resolved";
|
networkmanager.dns = "systemd-resolved";
|
||||||
|
|
||||||
|
# https://github.com/tailscale/tailscale/issues/4432#issuecomment-1112819111
|
||||||
|
firewall.checkReversePath = "loose";
|
||||||
#resolvconf.enable = true;
|
#resolvconf.enable = true;
|
||||||
|
|
||||||
hosts = {
|
hosts = {
|
||||||
|
|
Loading…
Reference in a new issue