Add nat for containers
This commit is contained in:
parent
17d0254ade
commit
89ac397895
@ -4,4 +4,9 @@
|
||||
enable = config.deviceSpecific.isHost;
|
||||
};
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
|
||||
networking.nat = {
|
||||
enable = true;
|
||||
internalInterfaces = ["ve-+"];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user