Import getHostFqdn too
This commit is contained in:
parent
e9520e66cd
commit
89c241cb88
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user