hosts/samhain: VM autostart disabled

This commit is contained in:
kat witch 2021-04-17 15:38:57 +01:00
parent f9ce8d696f
commit c2b7b35c10
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -64,6 +64,7 @@
];
systemd.services.libvirtd-guest-win10 = {
enable = false;
after = [ "libvirtd.service" ];
requires = [ "libvirtd.service" ];
wantedBy = [ "multi-user.target" ];