Axl is the hostname

This commit is contained in:
Benson Chu 2025-03-22 23:19:41 +00:00
parent 3f11481725
commit f2ff134e55
3 changed files with 3 additions and 3 deletions

View file

@ -39,11 +39,11 @@
];
};
minis = nixpkgs.lib.nixosSystem {
axl = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit unstablePkgs ; };
modules = [
./hosts/minis/configuration.nix
./hosts/axl/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager = {

View file

@ -9,7 +9,7 @@ in
networking = {
hostId = "7be305c3";
hostName = "minis";
hostName = "axl";
networkmanager.enable = true;
};