Import getHostFqdn too
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user