WIP: add meta to packages and create nix-support/private file for unfree packages
			#20
		
		
	@ -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