Error when using config and config_pwd option
zeroware opened this issue · 0 comments
zeroware commented
Hello,
When I use the config
and config_pwd
option to pass a dynamic nixos configuration I get the error :
error: cannot coerce a set to a string, at (string):6:14
By looking at the code I can see that the configuration
variable is used with the import
function which only work if the type is a string.
Am I using the config
parameter wrong ?