Add nat for containers

This commit is contained in:
Alexander Bantyev 2021-05-28 20:23:16 +03:00
parent 17d0254ade
commit 89ac397895
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -4,4 +4,9 @@
enable = config.deviceSpecific.isHost;
};
virtualisation.spiceUSBRedirection.enable = true;
networking.nat = {
enable = true;
internalInterfaces = ["ve-+"];
};
}