Merge pull request 'clanCore: fix deploymentAddress -> targetHost alias' (#811) from Mic92-target_host into main

This commit is contained in:
clan-bot
2024-02-06 09:57:56 +00:00

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