Rename host bennu to pinwheel

This commit is contained in:
Alexander Heldt
2023-07-21 21:32:10 +02:00
parent d5571ca03c
commit 0345b4f609
6 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: bennu-switch .PHONY: pinwheel-switch
bennu-switch: pinwheel-switch:
nixos-rebuild switch --flake .#bennu nixos-rebuild switch --flake .#pinwheel

View File

@@ -11,16 +11,16 @@
outputs = { self, nixpkgs2305, nixpkgs2211, nixos-hardware, home-manager, ... }: { outputs = { self, nixpkgs2305, nixpkgs2211, nixos-hardware, home-manager, ... }: {
nixosConfigurations = { nixosConfigurations = {
bennu = nixpkgs2305.lib.nixosSystem { pinwheel = nixpkgs2305.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
nixos-hardware.nixosModules.lenovo-thinkpad-x1-10th-gen nixos-hardware.nixosModules.lenovo-thinkpad-x1-10th-gen
./hosts/bennu/configuration.nix ./hosts/pinwheel/configuration.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.users.alex = import ./hosts/bennu/home.nix; home-manager.users.alex = import ./hosts/pinwheel/home.nix;
} }
]; ];
}; };

View File

@@ -21,7 +21,7 @@
"/crypto_keyfile.bin" = null; "/crypto_keyfile.bin" = null;
}; };
networking.hostName = "bennu"; # Define your hostname. networking.hostName = "pinwheel"; # 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