diff --git a/flake.nix b/flake.nix index 01ffac6..6b699a3 100644 --- a/flake.nix +++ b/flake.nix @@ -17,10 +17,10 @@ outputs = { self, nixpkgs, ... }@inputs: { nixosConfigurations = { - water7 = nixpkgs.lib.nixosSystem { + wano = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [ - ./hosts/water7/configuration.nix + ./hosts/wano/configuration.nix inputs.home-manager.nixosModules.default ]; }; diff --git a/hosts/water7/configuration.nix b/hosts/wano/configuration.nix similarity index 98% rename from hosts/water7/configuration.nix rename to hosts/wano/configuration.nix index d9fa25f..ea1b22e 100644 --- a/hosts/water7/configuration.nix +++ b/hosts/wano/configuration.nix @@ -16,7 +16,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "water7"; # Define your hostname. + networking.hostName = "wano"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary @@ -113,6 +113,7 @@ yt-dlp tailscale fastfetch + librewolf signal-desktop localsend vscodium diff --git a/hosts/water7/hardware-configuration.nix b/hosts/wano/hardware-configuration.nix similarity index 100% rename from hosts/water7/hardware-configuration.nix rename to hosts/wano/hardware-configuration.nix diff --git a/hosts/water7/home.nix b/hosts/wano/home.nix similarity index 96% rename from hosts/water7/home.nix rename to hosts/wano/home.nix index 3f04c9a..b619178 100644 --- a/hosts/water7/home.nix +++ b/hosts/wano/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, ... }: +{ config, pkgs, ... }: { # Home Manager needs a bit of information about you and the paths it should @@ -21,7 +21,6 @@ gnupg pinentry-curses hyprpaper - inputs.zen-browser.packages."x86_64-linux".default ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage