diff --git a/flake.nix b/flake.nix index 6eb4dd1..fbb4248 100644 --- a/flake.nix +++ b/flake.nix @@ -258,7 +258,7 @@ ]; }; # Ryanpandya.com - "ryanpandya.com" = nixpkgs.lib.nixosSystem { + "ryanpandya" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { @@ -271,7 +271,7 @@ }; modules = [ - ./hosts/ryanpandya.com + ./hosts/ryanpandya inputs.stylix.nixosModules.stylix inputs.sops-nix.nixosModules.sops diff --git a/hosts/ryanpandya.com/default.nix b/hosts/ryanpandya/default.nix similarity index 99% rename from hosts/ryanpandya.com/default.nix rename to hosts/ryanpandya/default.nix index 1e92222..91b7c3d 100644 --- a/hosts/ryanpandya.com/default.nix +++ b/hosts/ryanpandya/default.nix @@ -52,7 +52,7 @@ }; networking = { - hostName = "ryanpandya.com"; + hostName = "ryanpandya"; wireless.enable = false; }; diff --git a/hosts/ryanpandya.com/hardware-configuration.nix b/hosts/ryanpandya/hardware-configuration.nix similarity index 100% rename from hosts/ryanpandya.com/hardware-configuration.nix rename to hosts/ryanpandya/hardware-configuration.nix