rename module to caller

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-22 13:51:09 +02:00
parent e012d09a36
commit 0cf620ca93
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -422,9 +422,8 @@ let
};
inherit nixos-configuration;
ssh = host-ssh;
# TODO: add proxmox info
module = mkOption {
description = "The module to call to obtain the NixOS configuration from.";
caller = mkOption {
description = "The calling module to obtain the NixOS configuration from.";
type = types.str;
};
args = mkOption {
@ -506,7 +505,7 @@ let
inherit (tf-host.config)
system
ssh
module
caller
args
deployment-name
httpBackend
@ -533,7 +532,7 @@ let
nixos_conf = writeConfig {
inherit
system
module
caller
args
deployment-name
root-path