comment some stuff
This commit is contained in:
		
							parent
							
								
									2f330a2f3b
								
							
						
					
					
						commit
						e42c61ffb8
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -55,10 +55,13 @@
 | 
			
		|||
  };
 | 
			
		||||
 | 
			
		||||
  services = {
 | 
			
		||||
    # Enable necessary udev rules.
 | 
			
		||||
    udev.packages = with pkgs; [
 | 
			
		||||
      openrgb
 | 
			
		||||
      qmk-udev-rules
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    # Setup our display server.
 | 
			
		||||
    xserver = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      layout = "au";
 | 
			
		||||
| 
						 | 
				
			
			@ -71,10 +74,12 @@
 | 
			
		|||
      };
 | 
			
		||||
      displayManager.startx.enable = true;
 | 
			
		||||
    };
 | 
			
		||||
    # Enable a few other services.
 | 
			
		||||
    ratbagd.enable = true;
 | 
			
		||||
    pcscd.enable = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # Use docker instead of podman for our containers.
 | 
			
		||||
  virtualisation.docker = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    liveRestore = false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue