renamed rockhole to cumulus.
This commit is contained in:
parent
5b7d31e5b0
commit
e0b78f921f
6 changed files with 5 additions and 5 deletions
|
@ -93,7 +93,7 @@
|
||||||
# NixOS configuration entrypoint
|
# NixOS configuration entrypoint
|
||||||
# Available through 'nixos-rebuild --flake .#your-hostname'
|
# Available through 'nixos-rebuild --flake .#your-hostname'
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
rockhole = import ./hosts/rockhole64 {inherit inputs myLib;};
|
cumulus = import ./hosts/cumulus {inherit inputs myLib;};
|
||||||
cirrus = import ./hosts/cirrus {inherit inputs myLib;};
|
cirrus = import ./hosts/cirrus {inherit inputs myLib;};
|
||||||
cirrostratus = import ./hosts/cirrostratus {inherit inputs myLib;};
|
cirrostratus = import ./hosts/cirrostratus {inherit inputs myLib;};
|
||||||
};
|
};
|
||||||
|
@ -108,9 +108,9 @@
|
||||||
|
|
||||||
deploy = {
|
deploy = {
|
||||||
nodes = {
|
nodes = {
|
||||||
rockhole = {
|
cumulus = {
|
||||||
hostname = "rockhole";
|
hostname = "cumulus";
|
||||||
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.cumulus;
|
||||||
remoteBuild = true;
|
remoteBuild = true;
|
||||||
};
|
};
|
||||||
cirrus = {
|
cirrus = {
|
||||||
|
|
|
@ -39,7 +39,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
fullName = "Gabe Venberg";
|
fullName = "Gabe Venberg";
|
||||||
gui.enable = false;
|
gui.enable = false;
|
||||||
};
|
};
|
||||||
networking.hostName = "rockhole"; # Define your hostname.
|
networking.hostName = "cumulus"; # Define your hostname.
|
||||||
networking.hostId = "e0c31928";
|
networking.hostId = "e0c31928";
|
||||||
networking.useNetworkd = true;
|
networking.useNetworkd = true;
|
||||||
systemd.network = {
|
systemd.network = {
|
Loading…
Add table
Add a link
Reference in a new issue