diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index 05e52d4..699770a 100755 --- a/modules/nextcloud.nix +++ b/modules/nextcloud.nix @@ -67,7 +67,7 @@ lib.mkIf config.sovran_systemsOS.services.nextcloud { RemainAfterExit = true; }; - path = with pkgs; [ curl unzip php pwgen coreutils shadow ]; + path = with pkgs; [ curl unzip php pwgen coreutils shadow util-linux ]; script = '' set -euo pipefail