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