recreate matrix vm with fedora
This commit is contained in:
parent
1c13225e98
commit
750a106e0b
@ -1,15 +1,15 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
virtualisation.libvirt.guests.arch-matrix = {
|
||||
virtualisation.libvirt.guests.fedora-synapse = {
|
||||
autoStart = true;
|
||||
user = config.mainuser;
|
||||
group = "libvirtd";
|
||||
# I need more ram... temporarily disabled
|
||||
autoStart = true;
|
||||
uefi = true;
|
||||
memory = 2 * 1024;
|
||||
cpu = {
|
||||
sockets = 1; cores = 1; threads = 1;
|
||||
sockets = 1; cores = 1; threads = 2;
|
||||
};
|
||||
devices = {
|
||||
disks = [ { diskFile = "/media/nas/libvirt/images/matrix-server.qcow2"; } ];
|
||||
disks = [ { diskFile = "/media/nas/libvirt/images/fedora-synapse.img"; type = "raw"; } ];
|
||||
network = {
|
||||
macAddress = "00:16:3e:5b:49:bf";
|
||||
interfaceType = "bridge";
|
||||
|
Loading…
x
Reference in New Issue
Block a user