refactor: Rename egghead to skypiea

Forgot the actual name for my gamingpc was skypiea lol

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2025-10-04 19:43:00 +02:00
parent 625240b8c6
commit 8f07bcd562
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 3 additions and 3 deletions

View file

@ -26,10 +26,10 @@
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];
}; };
egghead = nixpkgs.lib.nixosSystem { skypiea = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
modules = [ modules = [
./hosts/egghead/configuration.nix ./hosts/skypiea/configuration.nix
inputs.home-manager.nixosModules.default inputs.home-manager.nixosModules.default
]; ];
}; };

View file

@ -16,7 +16,7 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "egghead"; # Define your hostname. networking.hostName = "skypiea"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary # Configure network proxy if necessary