diff options
author | jeschli <jeschli@gmail.com> | 2018-01-10 15:07:04 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-01-10 15:07:04 +0100 |
commit | 7c3e4260f279c057ebc45ba6b456f89ca3c97b0e (patch) | |
tree | b5948852fd371555b47e6fdcfd280c3bf7eda992 /jeschli/1systems/bln | |
parent | f49137353efd31cea31fc1aefb8ad17c8b88bedc (diff) |
jeschli: set default hostname
Diffstat (limited to 'jeschli/1systems/bln')
-rw-r--r-- | jeschli/1systems/bln/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jeschli/1systems/bln/config.nix b/jeschli/1systems/bln/config.nix index 873c0fa3d..9e5f8c52e 100644 --- a/jeschli/1systems/bln/config.nix +++ b/jeschli/1systems/bln/config.nix @@ -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. |