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