Import getHostFqdn too
This commit is contained in:
parent
e9520e66cd
commit
89c241cb88
@ -4,7 +4,7 @@ with lib;
|
|||||||
let
|
let
|
||||||
cfg = config.fudo.local-network;
|
cfg = config.fudo.local-network;
|
||||||
|
|
||||||
inherit (pkgs.lib) getHostIpv4;
|
inherit (pkgs.lib) getHostIpv4 getHostFqdn;
|
||||||
|
|
||||||
join-lines = concatStringsSep "\n";
|
join-lines = concatStringsSep "\n";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user