Rename host bennu to pinwheel
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,4 +1,4 @@
|
|||||||
.PHONY: bennu-switch
|
.PHONY: pinwheel-switch
|
||||||
|
|
||||||
bennu-switch:
|
pinwheel-switch:
|
||||||
nixos-rebuild switch --flake .#bennu
|
nixos-rebuild switch --flake .#pinwheel
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user