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
"ryanpandya.com" = nixpkgs.lib.nixosSystem { "ryanpandya" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { specialArgs = {
@ -271,7 +271,7 @@
}; };
modules = [ modules = [
./hosts/ryanpandya.com ./hosts/ryanpandya
inputs.stylix.nixosModules.stylix inputs.stylix.nixosModules.stylix
inputs.sops-nix.nixosModules.sops inputs.sops-nix.nixosModules.sops

View File

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