Added tailscale system tray
This commit is contained in:
parent
6cd8914a53
commit
2df64ddea0
|
@ -31,7 +31,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = [pkgs.tailscale];
|
environment.systemPackages = with pkgs; [
|
||||||
|
tailscale
|
||||||
|
tailscale-systray
|
||||||
|
];
|
||||||
networking.firewall.allowedUDPPorts = [config.services.tailscale.port];
|
networking.firewall.allowedUDPPorts = [config.services.tailscale.port];
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue