updated nextcloud.nix

This commit is contained in:
2026-04-07 09:27:25 -05:00
parent 7e996fffa1
commit e2bd366bb3

View File

@@ -67,7 +67,7 @@ lib.mkIf config.sovran_systemsOS.services.nextcloud {
RemainAfterExit = true; RemainAfterExit = true;
}; };
path = with pkgs; [ curl unzip php pwgen coreutils shadow ]; path = with pkgs; [ curl unzip php pwgen coreutils shadow util-linux ];
script = '' script = ''
set -euo pipefail set -euo pipefail