Small fixes to iso
This commit is contained in:
		
							parent
							
								
									f480fcb86d
								
							
						
					
					
						commit
						2de6b9d2c9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -27,7 +27,6 @@
 | 
			
		|||
    # require public key authentication for better security
 | 
			
		||||
    settings.PasswordAuthentication = false;
 | 
			
		||||
    settings.KbdInteractiveAuthentication = false;
 | 
			
		||||
    settings.PermitRootLogin = "no";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  nixpkgs = {
 | 
			
		||||
| 
						 | 
				
			
			@ -44,6 +43,8 @@
 | 
			
		|||
  #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys
 | 
			
		||||
  sops.defaultSopsFile = ./secrets/sops.yaml;
 | 
			
		||||
 | 
			
		||||
  services.desktopManager.plasma6.enable = true;
 | 
			
		||||
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
    # Custom tools
 | 
			
		||||
    dvd
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue