It'd help if you saved your changes, ya dingus
This commit is contained in:
parent
06cca121fe
commit
882fb5bf6a
|
@ -44,5 +44,10 @@ in
|
||||||
virt-viewer
|
virt-viewer
|
||||||
];
|
];
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
|
# Allow the default bridge interface to access the network
|
||||||
|
networking.firewall.trustedInterfaces = [
|
||||||
|
"virbr0"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue