Unverified Commit febc8a43 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

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.
parent 03b34e85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ let

        security = {
          admin_user = "testadmin";
          admin_password = "snakeoilpwd";
          admin_password = "$__file{${pkgs.writeText "pwd" "snakeoilpwd"}}";
        };
      };
    };