Revert xen changes
This commit is contained in:
parent
159bd25c33
commit
e38d6f44a5
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
|
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.device = "/dev/xvda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
networking.hostName = "nixos-template";
|
networking.hostName = "nixos-template";
|
||||||
networking.domain = "home.2rjus.net";
|
networking.domain = "home.2rjus.net";
|
||||||
networking.useNetworkd = true;
|
networking.useNetworkd = true;
|
||||||
@ -22,8 +22,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
systemd.network.enable = true;
|
systemd.network.enable = true;
|
||||||
systemd.network.networks."enX0" = {
|
systemd.network.networks."ens18" = {
|
||||||
matchConfig.Name = "enX0";
|
matchConfig.Name = "ens18";
|
||||||
address = [
|
address = [
|
||||||
"10.69.8.250/24"
|
"10.69.8.250/24"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user