diff --git a/flake.nix b/flake.nix index 6b699a3..01ffac6 100644 --- a/flake.nix +++ b/flake.nix @@ -17,10 +17,10 @@ outputs = { self, nixpkgs, ... }@inputs: { nixosConfigurations = { - wano = nixpkgs.lib.nixosSystem { + water7 = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [ - ./hosts/wano/configuration.nix + ./hosts/water7/configuration.nix inputs.home-manager.nixosModules.default ]; }; diff --git a/hosts/wano/configuration.nix b/hosts/water7/configuration.nix similarity index 98% rename from hosts/wano/configuration.nix rename to hosts/water7/configuration.nix index ea1b22e..786a1bd 100644 --- a/hosts/wano/configuration.nix +++ b/hosts/water7/configuration.nix @@ -16,7 +16,7 @@ boot.loader.systemd-boot.enable = 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. # Configure network proxy if necessary diff --git a/hosts/wano/hardware-configuration.nix b/hosts/water7/hardware-configuration.nix similarity index 100% rename from hosts/wano/hardware-configuration.nix rename to hosts/water7/hardware-configuration.nix diff --git a/hosts/wano/home.nix b/hosts/water7/home.nix similarity index 100% rename from hosts/wano/home.nix rename to hosts/water7/home.nix