Change template to use xen

This commit is contained in:
2024-03-12 19:49:04 +01:00
parent e451957df3
commit da2c84527d
2 changed files with 4 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.device = "/dev/xvda";
networking.hostName = "nixos-template";
networking.domain = "home.2rjus.net";
networking.useNetworkd = true;