1 # Common configuration for Xen DomU NixOS virtual machines.
6 boot.loader.grub.device = "nodev";
8 boot.initrd.kernelModules = [
18 # Send syslog messages to the Xen console.
19 services.syslogd.tty = "hvc0";
21 # Don't run ntpd, since we should get the correct time from Dom0.
22 services.timesyncd.enable = false;