nix-config/hosts/server7/containers/outer-defaults.nix

11 lines
204 B
Nix

name:
let yggaddr = import ../../../lib/server7-yggaddr.nix;
in {
# These the container defaults from the perspective of the host.
autoStart = true;
privateNetwork = true;
hostBridge = "br0";
}