diff --git a/flake.nix b/flake.nix index fe02894..142fa23 100644 --- a/flake.nix +++ b/flake.nix @@ -51,10 +51,10 @@ imports ]; }; - "wg_gateway" = nixpkgs.lib.nixosSystem { + "wg-gateway" = nixpkgs.lib.nixosSystem { system = "aarch64-linux"; modules = [ - ./hosts/wg_gateway + ./hosts/wg-gateway imports ]; }; diff --git a/hosts/wg_gateway/default.nix b/hosts/wg-gateway/default.nix similarity index 86% rename from hosts/wg_gateway/default.nix rename to hosts/wg-gateway/default.nix index 4d3f0e7..cdf0e85 100644 --- a/hosts/wg_gateway/default.nix +++ b/hosts/wg-gateway/default.nix @@ -13,7 +13,7 @@ lyn.profiles.base.enable = true; lyn.users.lyn.enable = true; - networking.hostName = "wg_gateway"; # Define your hostname. + networking.hostName = "wg-gateway"; # Define your hostname. system.stateVersion = "24.05"; } \ No newline at end of file diff --git a/hosts/wg_gateway/hardware-configuration.nix b/hosts/wg-gateway/hardware-configuration.nix similarity index 100% rename from hosts/wg_gateway/hardware-configuration.nix rename to hosts/wg-gateway/hardware-configuration.nix