clanCore: fix deploymentAddress -> targetHost alias

This commit is contained in:
Jörg Thalheim
2024-02-06 10:55:07 +01:00
parent be2557152a
commit def7007f3e

View File

@@ -33,7 +33,7 @@
}; };
}; };
imports = [ imports = [
(lib.mkRenamedOptionModule [ "clan" "networking" "deploymentAddress" ] [ "clan" "networking" "buildHost" ]) (lib.mkRenamedOptionModule [ "clan" "networking" "deploymentAddress" ] [ "clan" "networking" "targetHost" ])
]; ];
config = { config = {
# conflicts with systemd-resolved # conflicts with systemd-resolved