diff options
| author | tv <tv@krebsco.de> | 2018-01-16 20:19:27 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2018-01-16 20:19:27 +0100 |
| commit | f7dd302841409740819a8beee65e4984afa7c44b (patch) | |
| tree | c671d307c9417c204fe90af826050abc6aac8468 /jeschli/1systems/bln | |
| parent | bf8c5af0a881e5077bdaedc6a6cf696bf8a9221a (diff) | |
| parent | ff1f2c25af32e6c7370af6871de39af9fba872d3 (diff) | |
Merge remote-tracking branch 'prism/master'
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. |
