diff --git a/configuration.nix b/configuration.nix index 6664570..e0f033b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -45,7 +45,7 @@ mode = "0755"; text = '' #!/bin/sh - exec sleep "$@" + exec sleep 10" ''; };