Rename achiles to bachtel

This commit is contained in:
Fabian Hauser 2020-03-08 15:33:00 +00:00
parent af3305a51e
commit cffe2d75c5

View file

@ -19,6 +19,7 @@ let routerConfig = {
prefixLength = 24;
domain = "rappi.fh2.ch";
dhcpRange = "10.2.1.2,10.2.1.249";
routerHostName = "bachtel";
};
};
@ -60,7 +61,7 @@ in
# Define on which hard drive you want to install Grub.
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
networking.hostName = "achiles"; # Define your hostname.
networking.hostName = routerConfig.lanNetwork.routerHostName; # Define your hostname.
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
#networking.wireless.networks = {
# yummi = {