From e38d6f44a5b744cd2edaef6458c70def083b8ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 13 Mar 2024 22:28:01 +0100 Subject: [PATCH] Revert xen changes --- hosts/template/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" ];