initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 7e996fffa1 - Show all commits
+1 -1
View File
@@ -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