fixed warnings on defiant
This commit is contained in:
		
							parent
							
								
									9664eeb38d
								
							
						
					
					
						commit
						42e2ce9258
					
				
					 1 changed files with 8 additions and 10 deletions
				
			
		|  | @ -201,16 +201,14 @@ | |||
| 
 | ||||
|     # temp enable desktop enviroment for setup | ||||
|     # Enable the X11 windowing system. | ||||
|     xserver = { | ||||
|       enable = true; | ||||
|     xserver.enable = true; | ||||
| 
 | ||||
|       # Enable the GNOME Desktop Environment. | ||||
|       displayManager = { | ||||
|         gdm.enable = true; | ||||
|       }; | ||||
|       desktopManager = { | ||||
|         gnome.enable = true; | ||||
|       }; | ||||
|     # Enable the GNOME Desktop Environment. | ||||
|     displayManager = { | ||||
|       gdm.enable = true; | ||||
|     }; | ||||
|     desktopManager = { | ||||
|       gnome.enable = true; | ||||
|     }; | ||||
| 
 | ||||
|     ollama = { | ||||
|  | @ -300,7 +298,7 @@ | |||
|     hibernate.enable = false; | ||||
|     hybrid-sleep.enable = false; | ||||
|   }; | ||||
|   services.xserver.displayManager.gdm.autoSuspend = false; | ||||
|   services.displayManager.gdm.autoSuspend = false; | ||||
| 
 | ||||
|   # This value determines the NixOS release from which the default | ||||
|   # settings for stateful data, like file locations and database versions | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue