Merge branch 'master' of https://git.gebner.org/gebner/nixos-config
This commit is contained in:
		
						commit
						c8e3396ae9
					
				@ -43,4 +43,8 @@
 | 
				
			|||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    promptInit = "";
 | 
					    promptInit = "";
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  programs.bash = {
 | 
				
			||||||
 | 
					    enableCompletion = true;
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -137,7 +137,7 @@
 | 
				
			|||||||
  users.extraUsers.gebner = {
 | 
					  users.extraUsers.gebner = {
 | 
				
			||||||
    isNormalUser = true;
 | 
					    isNormalUser = true;
 | 
				
			||||||
    extraGroups = [ "wheel" "networkmanager" ];
 | 
					    extraGroups = [ "wheel" "networkmanager" ];
 | 
				
			||||||
    shell = "${pkgs.zsh}/bin/zsh";
 | 
					    # shell = "${pkgs.zsh}/bin/zsh";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    password = if config.virtualisation != null then "" else null;
 | 
					    password = if config.virtualisation != null then "" else null;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user