jeschli: set default hostname
This commit is contained in:
parent
f49137353e
commit
7c3e4260f2
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -64,4 +64,5 @@ with import <stockholm/lib>;
|
||||
];
|
||||
|
||||
krebs.enable = true;
|
||||
networking.hostName = config.krebs.build.host.name;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user