From 923696c21c285910cac93b9024c571cd473c0cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 6 Feb 2024 10:55:07 +0100 Subject: [PATCH] clanCore: fix deploymentAddress -> targetHost alias --- nixosModules/clanCore/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/clanCore/networking.nix b/nixosModules/clanCore/networking.nix index 8dc826169..048e52da1 100644 --- a/nixosModules/clanCore/networking.nix +++ b/nixosModules/clanCore/networking.nix @@ -33,7 +33,7 @@ }; }; imports = [ - (lib.mkRenamedOptionModule [ "clan" "networking" "deploymentAddress" ] [ "clan" "networking" "buildHost" ]) + (lib.mkRenamedOptionModule [ "clan" "networking" "deploymentAddress" ] [ "clan" "networking" "targetHost" ]) ]; config = { # conflicts with systemd-resolved