flake/nixosConfigurations.nix: Generate hostname from host attribute name
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
|
||||
networking.hostName = "nonat";
|
||||
|
||||
networking.useDHCP = false;
|
||||
# Network
|
||||
networking.interfaces.ens18.ipv4.addresses = [
|
||||
|
Reference in New Issue
Block a user