renamed hetzner-multi to cirrus.
This commit is contained in:
		
							parent
							
								
									511b8332ed
								
							
						
					
					
						commit
						6dcbb146b7
					
				
					 4 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -94,7 +94,7 @@
 | 
				
			||||||
      workstation-vm = import ./hosts/workstation-vm {inherit inputs configLib;};
 | 
					      workstation-vm = import ./hosts/workstation-vm {inherit inputs configLib;};
 | 
				
			||||||
      gv-wsl = import ./hosts/wsl-workstation.nix {inherit inputs configLib;};
 | 
					      gv-wsl = import ./hosts/wsl-workstation.nix {inherit inputs configLib;};
 | 
				
			||||||
      rockhole = import ./hosts/rockhole64 {inherit inputs configLib;};
 | 
					      rockhole = import ./hosts/rockhole64 {inherit inputs configLib;};
 | 
				
			||||||
      hetzner-multi = import ./hosts/hetzner-multi {inherit inputs configLib;};
 | 
					      cirrus = import ./hosts/cirrus {inherit inputs configLib;};
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Standalone home-manager configuration entrypoint
 | 
					    # Standalone home-manager configuration entrypoint
 | 
				
			||||||
| 
						 | 
					@ -113,9 +113,9 @@
 | 
				
			||||||
          profiles.system.path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.rockhole;
 | 
					          profiles.system.path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.rockhole;
 | 
				
			||||||
          remoteBuild = true;
 | 
					          remoteBuild = true;
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        hetzner-multi = {
 | 
					        cirrus = {
 | 
				
			||||||
          hostname = "cal.venberg.xyz";
 | 
					          hostname = "cal.venberg.xyz";
 | 
				
			||||||
          profiles.system.path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.hetzner-multi;
 | 
					          profiles.system.path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.cirrus;
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      sshUser = "root";
 | 
					      sshUser = "root";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,6 +3,7 @@
 | 
				
			||||||
  configLib,
 | 
					  configLib,
 | 
				
			||||||
  ...
 | 
					  ...
 | 
				
			||||||
}:
 | 
					}:
 | 
				
			||||||
 | 
					# Hetzner cloud multipurpouse server
 | 
				
			||||||
inputs.nixpkgs.lib.nixosSystem {
 | 
					inputs.nixpkgs.lib.nixosSystem {
 | 
				
			||||||
  system = "x86_64-linux";
 | 
					  system = "x86_64-linux";
 | 
				
			||||||
  specialArgs = {inherit inputs configLib;};
 | 
					  specialArgs = {inherit inputs configLib;};
 | 
				
			||||||
| 
						 | 
					@ -30,7 +31,7 @@ inputs.nixpkgs.lib.nixosSystem {
 | 
				
			||||||
        gui.enable = false;
 | 
					        gui.enable = false;
 | 
				
			||||||
        isVm = true;
 | 
					        isVm = true;
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      networking.hostName = "hetzner-multi"; # Define your hostname.
 | 
					      networking.hostName = "cirrus"; # Define your hostname.
 | 
				
			||||||
      networking.hostId = "908b80b6";
 | 
					      networking.hostId = "908b80b6";
 | 
				
			||||||
      networking.useNetworkd = true;
 | 
					      networking.useNetworkd = true;
 | 
				
			||||||
      systemd.network = {
 | 
					      systemd.network = {
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue