From 4d13feaa3dd93e17e6e4c354ef2d1a7e769f1a31 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Tue, 4 Mar 2025 18:30:27 +0100 Subject: [PATCH] Revert 45451836bd, made Bookwyrm unit compatible with systemd 256 --- packages/bookwyrm/nixos-module.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/bookwyrm/nixos-module.nix b/packages/bookwyrm/nixos-module.nix index c8aaa21..862f16f 100644 --- a/packages/bookwyrm/nixos-module.nix +++ b/packages/bookwyrm/nixos-module.nix @@ -25,16 +25,16 @@ with pkgs . kernelmaft ; User=bookwyrm Group=bookwyrm - ProtectSystem="strict" - ProtectHome="tmpfs" - PrivateTmp="disconnected" + ProtectSystem=strict + ProtectHome=tmpfs + PrivateTmp=true PrivateDevices=true PrivateIPC=true ProtectHostname=true ProtectClock=true ProtectKernelTunables=true ProtectKernelModules=true - ProtectControlGroups="strict" + ProtectControlGroups=true RestrictNamespaces=true LockPersonality=true RestrictRealtime=true