Disable pixiecore in hut for now
This commit is contained in:
		
							parent
							
								
									4b78ec9134
								
							
						
					
					
						commit
						f18f1937ae
					
				| @ -9,7 +9,7 @@ | |||||||
|     ./nfs.nix |     ./nfs.nix | ||||||
|     ./slurm-daemon.nix |     ./slurm-daemon.nix | ||||||
|     ./ceph.nix |     ./ceph.nix | ||||||
|     ./pxe.nix |     #./pxe.nix | ||||||
|     agenix.nixosModules.default |     agenix.nixosModules.default | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -22,5 +22,14 @@ let | |||||||
|   ''; |   ''; | ||||||
| in | in | ||||||
| { | { | ||||||
|  |   ## We need a DHCP server to provide the IP | ||||||
|  |   #services.dnsmasq = { | ||||||
|  |   #  enable = true; | ||||||
|  |   #  settings = { | ||||||
|  |   #    domain-needed = true; | ||||||
|  |   #    dhcp-range = [ "192.168.0.2,192.168.0.254" ]; | ||||||
|  |   #  }; | ||||||
|  |   #}; | ||||||
|  | 
 | ||||||
|   environment.systemPackages = [ script ]; |   environment.systemPackages = [ script ]; | ||||||
| } | } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user