diff --git a/hosts/template/configuration.nix b/hosts/template/configuration.nix index 907e596..2a03ae3 100644 --- a/hosts/template/configuration.nix +++ b/hosts/template/configuration.nix @@ -10,7 +10,7 @@ boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/xvda"; + boot.loader.grub.device = "/dev/sda"; networking.hostName = "nixos-template"; networking.domain = "home.2rjus.net"; networking.useNetworkd = true; @@ -22,8 +22,8 @@ ]; systemd.network.enable = true; - systemd.network.networks."enX0" = { - matchConfig.Name = "enX0"; + systemd.network.networks."ens18" = { + matchConfig.Name = "ens18"; address = [ "10.69.8.250/24" ];