зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			13 строки
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 строки
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| extraGroups =
 | |
|           [ "wheel" "networkmanager" "audio" "video" "docker" "lp" "scanner" ];
 | |
| 
 | |
| nix.trustedUsers = ["<username>"];
 | |
| 
 | |
| users.extraUsers.lie = {
 | |
|   isNormalUser = true;
 | |
|   uid = 1000;
 | |
| };
 | |
| security.sudo.extraConfig = ''
 | |
|   lie     ALL=(ALL) SETENV: ALL
 | |
| '';
 | 
