forked from fediversity/fediversity
		
	Add niols to the users of the website
				
					
				
			This commit is contained in:
		
							parent
							
								
									18b03924ad
								
							
						
					
					
						commit
						f1c0d29df9
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -227,6 +227,13 @@ | |||
|     packages = with pkgs; [ | ||||
|     ]; | ||||
|   }; | ||||
|   users.users.niols = { | ||||
|     isNormalUser = true; | ||||
|     extraGroups = [ "wheel" ]; | ||||
|     openssh.authorizedKeys.keys = [ | ||||
|       "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEElREJN0AC7lbp+5X204pQ5r030IbgCllsIxyU3iiKY" | ||||
|     ]; | ||||
|   }; | ||||
|   # List packages installed in system profile. To search, run: | ||||
|   # $ nix search wget | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue