adding a temporary empty pass for root to fix machine
This commit is contained in:
		
							parent
							
								
									da56f4e560
								
							
						
					
					
						commit
						9fc6334714
					
				
					 2 changed files with 18 additions and 6 deletions
				
			
		
							
								
								
									
										12
									
								
								README.org
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								README.org
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1666,11 +1666,17 @@ Kohlin's config is of course server oriented.
 | 
			
		|||
  # services.xserver.libinput.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
			
		||||
  users.users.chris = {
 | 
			
		||||
    isNormalUser = true;
 | 
			
		||||
    extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
 | 
			
		||||
  users.users = {
 | 
			
		||||
    chris = {
 | 
			
		||||
      isNormalUser = true;
 | 
			
		||||
      extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
 | 
			
		||||
    };
 | 
			
		||||
    root = {
 | 
			
		||||
      password = "";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  # List packages installed in system profile. To search, run:
 | 
			
		||||
  # $ nix search wget
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -67,11 +67,17 @@
 | 
			
		|||
  # services.xserver.libinput.enable = true;
 | 
			
		||||
 | 
			
		||||
  # Define a user account. Don't forget to set a password with ‘passwd’.
 | 
			
		||||
  users.users.chris = {
 | 
			
		||||
    isNormalUser = true;
 | 
			
		||||
    extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
 | 
			
		||||
  users.users = {
 | 
			
		||||
    chris = {
 | 
			
		||||
      isNormalUser = true;
 | 
			
		||||
      extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
 | 
			
		||||
    };
 | 
			
		||||
    root = {
 | 
			
		||||
      password = "";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  # List packages installed in system profile. To search, run:
 | 
			
		||||
  # $ nix search wget
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue