Add tailscale client to desktops

This commit is contained in:
2023-05-06 22:44:43 +01:00
parent 3b7052b6d8
commit 9792cba61b

View File

@ -21,6 +21,12 @@ with lib.my;
console.keyMap = "uk";
services.printing.enable = true;
services.tailscale.enable = true;
networking.firewall = {
checkReversePath = "loose";
trustedInterfaces = [ "tailscale0" ];
allowedUDPPorts = [ config.services.tailscale.port ];
};
sound.enable = true;
hardware.pulseaudio.enable = false;