nixos/vms: Add UUID and MAC address options

This commit is contained in:
2022-05-12 21:06:46 +01:00
parent 1eac3c8577
commit 5563d1be46
3 changed files with 12 additions and 2 deletions

View File

@@ -39,7 +39,8 @@
};
vms = {
instances.test = {
networks.virtual = {};
uuid = "59f51efb-7e6d-477b-a263-ed9620dbc87b";
networks.virtual.mac = "52:54:00:ab:f1:52";
drives = {
disk = {
backend = {