liminix/bordervm.conf-example.nix

10 lines
114 B
Nix
Raw Normal View History

2023-02-17 16:28:50 +00:00
{...}:
{
bordervm = {
ethernet.pciId = "01:00.0";
l2tp = {
host = "l2tp.aa.net.uk";
};
};
}