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 | e5efb2b0ae0c7dbd36c68d0b340826ef5816d927 (patch) | |
tree | d31d64c39feec31305bfcbe57cec6e1d1370f0af /jeschli/1systems/bln | |
parent | 0147d7faa10613341ea28065725a2ce435685396 (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 873c0fa..9e5f8c5 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. |