Update system #70
					 2 changed files with 7 additions and 0 deletions
				
			
		|  | @ -7,6 +7,7 @@ | ||||||
| }: { | }: { | ||||||
|   imports = [ |   imports = [ | ||||||
|     "${modulesPath}/profiles/headless.nix" |     "${modulesPath}/profiles/headless.nix" | ||||||
|  |     "${modulesPath}/profiles/minimal.nix" | ||||||
|     (import ../modules) |     (import ../modules) | ||||||
| 
 | 
 | ||||||
|     ./services/conduit.nix |     ./services/conduit.nix | ||||||
|  | @ -135,5 +136,8 @@ | ||||||
|     ]; |     ]; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  |   # Remove some unneeded packages | ||||||
|  |   environment.defaultPackages = []; | ||||||
|  | 
 | ||||||
|   system.stateVersion = "20.09"; |   system.stateVersion = "20.09"; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -5,6 +5,9 @@ | ||||||
| }: let | }: let | ||||||
|   inherit (lib) concatStringsSep; |   inherit (lib) concatStringsSep; | ||||||
| in { | in { | ||||||
|  |   # Sadly, steam-run requires some X libs | ||||||
|  |   environment.noXlibs = false; | ||||||
|  | 
 | ||||||
|   systemd.services.starbound = { |   systemd.services.starbound = { | ||||||
|     description = "Starbound"; |     description = "Starbound"; | ||||||
|     after = ["network.target"]; |     after = ["network.target"]; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue