nixos/tests/grafana: demonstrate how to use the file provider
Yes, it's still a store path, but it's only for demonstration purposes. Also we now have fewer warnings in the provision test.
This commit is contained in:
parent
03b34e85d4
commit
febc8a4307
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ let
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
admin_user = "testadmin";
|
admin_user = "testadmin";
|
||||||
admin_password = "snakeoilpwd";
|
admin_password = "$__file{${pkgs.writeText "pwd" "snakeoilpwd"}}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue