flake/nixosConfigurations.nix: Generate hostname from host attribute name
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
# Define on which hard drive you want to install Grub.
|
||||
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only
|
||||
|
||||
|
||||
networking.hostName = "dn42-ildix-service";
|
||||
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.lo.ipv6.addresses = [
|
||||
{ address = "fd81:edb3:71d8::1"; prefixLength = 128; }
|
||||
|
Reference in New Issue
Block a user