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