Skip to content

Commit

Permalink
make it so the README informs the users about truststore
Browse files Browse the repository at this point in the history
  • Loading branch information
beh-10257 committed Dec 6, 2024
1 parent 5c3336e commit 3256ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,10 @@ and in your `configuration.nix`
```nix
{inputs, pkgs, ... }:
{
environment.systemPackages = [ (inputs.umu.packages.${pkgs.system}.umu.override {version = "${inputs.umu.shortRev}";}) ];
environment.systemPackages = [ (inputs.umu.packages.${pkgs.system}.umu.override {version = "${inputs.umu.shortRev}"; truststore = true;}) ];
}
```
> truststore is an optional dependency that is enabled by default if you want to keep it that way you can remove the `truststore = true;` part
## Contributing

Expand Down

0 comments on commit 3256ee6

Please sign in to comment.