renamed hetzner-multi to cirrus.

This commit is contained in:
Gabe Venberg 2024-07-29 12:34:24 -05:00
parent 511b8332ed
commit 6dcbb146b7
4 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,7 @@
configLib,
...
}:
# Hetzner cloud multipurpouse server
inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit inputs configLib;};
@ -30,7 +31,7 @@ inputs.nixpkgs.lib.nixosSystem {
gui.enable = false;
isVm = true;
};
networking.hostName = "hetzner-multi"; # Define your hostname.
networking.hostName = "cirrus"; # Define your hostname.
networking.hostId = "908b80b6";
networking.useNetworkd = true;
systemd.network = {