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-20 18:21:40 +01:00
parent 03b34e85d4
commit febc8a4307
+1 -1
View File
@@ -17,7 +17,7 @@ let
security = {
admin_user = "testadmin";
admin_password = "snakeoilpwd";
admin_password = "$__file{${pkgs.writeText "pwd" "snakeoilpwd"}}";
};
};
};