From 7e996fffa1fd582731c491ac847b49b6bc1966e3 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 7 Apr 2026 09:11:13 -0500 Subject: [PATCH] updated nextcloud.nix --- modules/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index 6604ad7..05e52d4 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 ]; + path = with pkgs; [ curl unzip php pwgen coreutils shadow ]; script = '' set -euo pipefail