Compare commits
	
		
			No commits in common. "c8bf78999aa50596e9ee6d5240ee2666ab9eb8d1" and "3603fe28a764f35f053768ee41ea19a7a6660c79" have entirely different histories.
		
	
	
		
			c8bf78999a
			...
			3603fe28a7
		
	
		
| @ -1,19 +0,0 @@ | ||||
| { | ||||
|   lib, | ||||
|   pkgs, | ||||
|   config, | ||||
|   ... | ||||
| }: | ||||
| 
 | ||||
| { | ||||
|   # State version | ||||
|   system.stateVersion = "24.11"; | ||||
| 
 | ||||
|   # Machine hostname | ||||
|   networking.hostName = "vm-test"; | ||||
| 
 | ||||
|   # Enabled modules | ||||
|   modules = { | ||||
|     profiles.vm.enable = true; | ||||
|   }; | ||||
| } | ||||
| @ -11,7 +11,5 @@ in | ||||
|   config = mkIf cfg.enable { | ||||
|     # TODO: Add sudo users to the networkmanager group? | ||||
|     networking.networkmanager.enable = true; | ||||
| 
 | ||||
|     networking.firewall.checkReversePath = false; | ||||
|   }; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user