updated nextcloud.nix

This commit is contained in:
2026-04-07 09:11:13 -05:00
parent 1ed7ab9776
commit 7e996fffa1

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 ]; path = with pkgs; [ curl unzip php pwgen coreutils shadow ];
script = '' script = ''
set -euo pipefail set -euo pipefail