From e2bd366bb3e519e599166689c63d5840be0f2372 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 7 Apr 2026 09:27:25 -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 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