From 8afdc53a88849d6258cbf43173c22a838766a4ec Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 2 Mar 2025 18:01:29 -0500 Subject: [PATCH] priv --- systems/palatine-hill/docker/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/palatine-hill/docker/nextcloud.nix b/systems/palatine-hill/docker/nextcloud.nix index 3a3f753..6b1dddf 100644 --- a/systems/palatine-hill/docker/nextcloud.nix +++ b/systems/palatine-hill/docker/nextcloud.nix @@ -70,6 +70,7 @@ in ]; extraOptions = [ "--network=haproxy-net" + "--privileged" ]; ports = [ "9980:80" ]; };