nixos/rngd: do not pass --version flag

This commit is contained in:
Gabriel Ebner 2018-11-05 10:41:38 +01:00
parent 4f45edbd9a
commit 20078fd5b2

View file

@ -29,7 +29,7 @@ with lib;
description = "Hardware RNG Entropy Gatherer Daemon";
serviceConfig.ExecStart = "${pkgs.rng-tools}/sbin/rngd -f -v";
serviceConfig.ExecStart = "${pkgs.rng-tools}/sbin/rngd -f";
};
};
}