diff options
| author | lassulus <lassulus@lassul.us> | 2018-01-10 15:30:51 +0100 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2018-01-10 15:30:51 +0100 |
| commit | ff1f2c25af32e6c7370af6871de39af9fba872d3 (patch) | |
| tree | 2dcd4e5cd2ca75fb0b73c7dad3b0008aaa150878 /jeschli/1systems/bln | |
| parent | 8bdfb259525db56a7c70f45545ee1c7fb17cbe03 (diff) | |
| parent | 80b7637f5f6a8ced75a4021a31fb950fc08f4f2e (diff) | |
Merge remote-tracking branch 'prism/staging/jeschli'
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. |
