refactor: Rename wano to water7

Forgot the actual name for the laptop aswell

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2025-10-04 20:19:28 +02:00
parent 787f493b11
commit 67e95027cc
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
4 changed files with 3 additions and 3 deletions

View file

@ -17,10 +17,10 @@
outputs = { self, nixpkgs, ... }@inputs: { outputs = { self, nixpkgs, ... }@inputs: {
nixosConfigurations = { nixosConfigurations = {
wano = nixpkgs.lib.nixosSystem { water7 = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
modules = [ modules = [
./hosts/wano/configuration.nix ./hosts/water7/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 = "wano"; # Define your hostname. networking.hostName = "water7"; # 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