Rename to ryanpandya

This commit is contained in:
Ryan Pandya 2025-02-01 01:04:02 -08:00
parent c088484764
commit 06375420dd
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -52,7 +52,7 @@
};
networking = {
hostName = "ryanpandya.com";
hostName = "ryanpandya";
wireless.enable = false;
};