1
0
Fork 0

It'd help if you saved your changes, ya dingus

This commit is contained in:
Aires 2024-05-22 19:31:30 -04:00
parent 06cca121fe
commit 882fb5bf6a

View file

@ -44,5 +44,10 @@ in
virt-viewer
];
programs.virt-manager.enable = true;
# Allow the default bridge interface to access the network
networking.firewall.trustedInterfaces = [
"virbr0"
];
};
}