From 20078fd5b2ec8af70b039515d7bd6deaea6d0c31 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 5 Nov 2018 10:41:38 +0100 Subject: nixos/rngd: do not pass --version flag --- nixos/modules/security/rngd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/rngd.nix b/nixos/modules/security/rngd.nix index 63e00b54812..a54ef2e6fca 100644 --- a/nixos/modules/security/rngd.nix +++ b/nixos/modules/security/rngd.nix @@ -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"; }; }; } -- cgit 1.4.1