disable matrix server autostart
This commit is contained in:
parent
af914e1edc
commit
f7c886e0b9
@ -2,7 +2,8 @@
|
||||
virtualisation.libvirt.guests.arch-matrix = {
|
||||
user = config.mainuser;
|
||||
group = "libvirtd";
|
||||
autoStart = true;
|
||||
# I need more ram... temporarily disabled
|
||||
autoStart = false;
|
||||
memory = 2 * 1024;
|
||||
cpu = {
|
||||
sockets = 1; cores = 1; threads = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user