From c5ca99e05f93c9001e17cf75fc61bb3082437403 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Thu, 16 Jan 2025 21:13:48 +0100 Subject: [PATCH] challenger/nextcloud: fix typo --- hosts/challenger/services/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/challenger/services/nextcloud.nix b/hosts/challenger/services/nextcloud.nix index 462b6c6..7128455 100644 --- a/hosts/challenger/services/nextcloud.nix +++ b/hosts/challenger/services/nextcloud.nix @@ -133,7 +133,7 @@ in { ProtectProc = "invisible"; ReadWritePaths = [ "/tank/nextcloud" "/run/phpfpm" "/run/systemd" ]; ReadOnlyPaths = [ "/run/secrets" "/nix/store" ]; - InaccessbilePaths = [ "/tank/media" "/tank/backup" ]; + InaccessiblePaths = [ "/tank/media" "/tank/backup" ]; RemoveIPC = true; RestrictSUIDSGID = true; UMask = "0007";