Compare commits
	
		
			2 Commits
		
	
	
		
			b5b2062620
			...
			84c356d93c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 84c356d93c | |||
| 8d767ca499 | 
@ -9,6 +9,8 @@ let mpdStreamingPort = 8080; in
 | 
				
			|||||||
      ./i3.nix
 | 
					      ./i3.nix
 | 
				
			||||||
      ./uefi.nix
 | 
					      ./uefi.nix
 | 
				
			||||||
      ./fstrim.nix
 | 
					      ./fstrim.nix
 | 
				
			||||||
 | 
					      ./nebula.nix
 | 
				
			||||||
 | 
					      ./tailscale.nix
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  environment.etc."lvm/lvm.conf".text = ''
 | 
					  environment.etc."lvm/lvm.conf".text = ''
 | 
				
			||||||
 | 
				
			|||||||
@ -15,6 +15,7 @@
 | 
				
			|||||||
      ./nvim05.nix
 | 
					      ./nvim05.nix
 | 
				
			||||||
      ./nm-restart.nix
 | 
					      ./nm-restart.nix
 | 
				
			||||||
      ./nebula.nix
 | 
					      ./nebula.nix
 | 
				
			||||||
 | 
					      ./tailscale.nix
 | 
				
			||||||
    ];
 | 
					    ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  hardware.enableRedistributableFirmware = true;
 | 
					  hardware.enableRedistributableFirmware = true;
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										7
									
								
								tailscale.nix
									
									
									
									
									
										Normal file
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										7
									
								
								tailscale.nix
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					{ config, pkgs, ... }: {
 | 
				
			||||||
 | 
					  # make the tailscale command usable to users
 | 
				
			||||||
 | 
					  environment.systemPackages = [ pkgs.tailscale ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # enable the tailscale service
 | 
				
			||||||
 | 
					  services.tailscale.enable = true;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user