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:
Maximilian Bosch 2022-11-08 18:09:33 +01:00
parent 03b34e85d4
commit febc8a4307
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -17,7 +17,7 @@ let
security = {
admin_user = "testadmin";
admin_password = "snakeoilpwd";
admin_password = "$__file{${pkgs.writeText "pwd" "snakeoilpwd"}}";
};
};
};