nixos/build: Disable systemd initrd in ISO
	
		
			
	
		
	
	
		
	
		
			Some checks reported warnings
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks reported warnings
		
		
	
	CI / Check, build and cache Nix flake (push) Has been cancelled
				
			This commit is contained in:
		@@ -18,6 +18,9 @@ let
 | 
			
		||||
      "${modulesPath}/installer/cd-dvd/iso-image.nix"
 | 
			
		||||
      allHardware
 | 
			
		||||
      {
 | 
			
		||||
        # Doesn't work right now... (missing /dev/root)
 | 
			
		||||
        boot.initrd.systemd.enable = false;
 | 
			
		||||
 | 
			
		||||
        isoImage = {
 | 
			
		||||
          makeEfiBootable = true;
 | 
			
		||||
          makeUsbBootable = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user