jeschli: set default hostname

This commit is contained in:
jeschli 2018-01-10 15:07:04 +01:00
parent f49137353e
commit 7c3e4260f2
3 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
}
];
networking.hostName = "BLN02NB0154"; # Define your hostname.
networking.hostName = lib.mkForce "BLN02NB0154"; # Define your hostname.
networking.networkmanager.enable = true;
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.

View File

@ -29,7 +29,6 @@
allowDiscards = true;
}
];
networking.hostName = "reaganzglas"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true;
# Select internationalisation properties.

View File

@ -64,4 +64,5 @@ with import <stockholm/lib>;
];
krebs.enable = true;
networking.hostName = config.krebs.build.host.name;
}