deployed cirrostratus.
This commit is contained in:
		
							parent
							
								
									304db5a4e6
								
							
						
					
					
						commit
						ef94432501
					
				
					 6 changed files with 58 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -95,6 +95,7 @@
 | 
			
		|||
      gv-wsl = import ./hosts/wsl-workstation.nix {inherit inputs configLib;};
 | 
			
		||||
      rockhole = import ./hosts/rockhole64 {inherit inputs configLib;};
 | 
			
		||||
      cirrus = import ./hosts/cirrus {inherit inputs configLib;};
 | 
			
		||||
      cirrostratus = import ./hosts/cirrostratus {inherit inputs configLib;};
 | 
			
		||||
      remotepi-karp = import ./hosts/remotepi-karp {inherit inputs configLib;};
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -118,6 +119,10 @@
 | 
			
		|||
          hostname = "cal.venberg.xyz";
 | 
			
		||||
          profiles.system.path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.cirrus;
 | 
			
		||||
        };
 | 
			
		||||
        cirrostratus = {
 | 
			
		||||
          hostname = "cirrostratus";
 | 
			
		||||
          profiles.system.path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.cirrostratus;
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
      sshUser = "root";
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue