enable jovian nixos on glados and set some auto mount and other steamos settings on shodan
This commit is contained in:
		
							parent
							
								
									988f703407
								
							
						
					
					
						commit
						6b3767a02e
					
				
					 3 changed files with 23 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -11,6 +11,7 @@
 | 
			
		|||
    # Import home-manager's NixOS module
 | 
			
		||||
    inputs.home-manager.nixosModules.home-manager
 | 
			
		||||
    outputs.nixosModules.vpn-ip
 | 
			
		||||
    inputs.jovian.nixosModules.jovian
 | 
			
		||||
    # If you want to use modules your own flake exports (from modules/nixos):
 | 
			
		||||
    # outputs.nixosModules.example
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -69,6 +70,22 @@
 | 
			
		|||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  jovian = {
 | 
			
		||||
    steam = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      autoStart = false;
 | 
			
		||||
      user = "lillian";
 | 
			
		||||
      desktopSession = "plasma";
 | 
			
		||||
    };
 | 
			
		||||
    decky-loader = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      package = pkgs.decky-loader-prerelease;
 | 
			
		||||
      extraPackages = [pkgs.python3];
 | 
			
		||||
    };
 | 
			
		||||
    hardware.has.amd.gpu = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  boot = {
 | 
			
		||||
    loader.systemd-boot.enable = true;
 | 
			
		||||
    binfmt.emulatedSystems = ["aarch64-linux"];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue