Need to import getHostIpv4

This commit is contained in:
niten 2024-07-18 12:38:27 -07:00
parent 29405fae48
commit f45d9fa935

View File

@ -4,6 +4,8 @@ with lib;
let
cfg = config.fudo.local-network;
inherit (pkgs.lib) getHostIpv4;
join-lines = concatStringsSep "\n";
inherit (pkgs.lib.ip)