From 45451836bd6522a1ce1f6a84ea6e8ec98daf9ae6 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Tue, 4 Mar 2025 18:11:27 +0100 Subject: [PATCH] Fix string syntax in Bookwyrm systemd unit --- 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 96849ae..c8aaa21 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="disconnected" PrivateDevices=true PrivateIPC=true ProtectHostname=true ProtectClock=true ProtectKernelTunables=true ProtectKernelModules=true - ProtectControlGroups=strict + ProtectControlGroups="strict" RestrictNamespaces=true LockPersonality=true RestrictRealtime=true