Axl is the hostname
This commit is contained in:
parent
3f11481725
commit
f2ff134e55
3 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ in
|
|||
|
||||
networking = {
|
||||
hostId = "7be305c3";
|
||||
hostName = "minis";
|
||||
hostName = "axl";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
Loading…
Reference in a new issue