forked from fediversity/fediversity
rename module to caller
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
7ee1422f2b
commit
30f15835c1
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue