mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:59:23 +08:00
Compare commits
1 Commits
411a276d34
...
fix-libvir
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c52431675 |
@@ -80,6 +80,7 @@ inputs:
|
|||||||
(builtins.attrValues nixvirt.instance);
|
(builtins.attrValues nixvirt.instance);
|
||||||
in lib.network.writeXML (base // { ip = base.ip // { dhcp = base.ip.dhcp // { inherit host; }; }; });
|
in lib.network.writeXML (base // { ip = base.ip // { dhcp = base.ip.dhcp // { inherit host; }; }; });
|
||||||
active = true;
|
active = true;
|
||||||
|
restart = false;
|
||||||
}];
|
}];
|
||||||
pools =
|
pools =
|
||||||
[{
|
[{
|
||||||
@@ -91,6 +92,7 @@ inputs:
|
|||||||
target.path = "/var/lib/libvirt/images";
|
target.path = "/var/lib/libvirt/images";
|
||||||
};
|
};
|
||||||
active = true;
|
active = true;
|
||||||
|
restart = false;
|
||||||
# do not define image here, since it still needs to be created manually
|
# do not define image here, since it still needs to be created manually
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user