modules/microvm: add defaultGateway for flpk

This commit is contained in:
Astro 2022-09-18 01:44:49 +02:00
parent f08946f64b
commit ca3dd9729d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ let
serv = "serv-gw";
c3d2 = "c3d2-gw3";
pub = "pub-gw";
flpk = "flpk-gw";
};
inherit (config.networking) hostName;