Import getHostFqdn too

This commit is contained in:
niten 2024-07-18 13:16:49 -07:00
parent e9520e66cd
commit 89c241cb88

View File

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