mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-31 11:34:18 +00:00
Sleep comes from coreutils
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStartPre = ''${pkgs.sleep}/bin/sleep 30'';
|
||||
ExecStartPre = ''${pkgs.coreutils}/bin/sleep 30'';
|
||||
ExecStart = "${pkgs.writeShellScript "hpe-silent-fans.sh" ''
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user