about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2022-12-25 21:38:55 +0900
committerGitHub <noreply@github.com>2022-12-25 13:38:55 +0100
commit4ec86b13c9bf2112ced4111a420c2c800729112f (patch)
tree19325c6f4fd2ccc50cb035620d191d38480b8732 /nixos
parent34605944af1b7504fcde8b665bc75e4e6c5f624c (diff)
pleroma: 2.4.4 -> 2.5.0 (#207521)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/pleroma.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/pleroma.nix b/nixos/modules/services/networking/pleroma.nix
index 188598ea7b869..f317510258ba5 100644
--- a/nixos/modules/services/networking/pleroma.nix
+++ b/nixos/modules/services/networking/pleroma.nix
@@ -141,6 +141,8 @@ in {
         NoNewPrivileges = true;
         CapabilityBoundingSet = "~CAP_SYS_ADMIN";
       };
+      # disksup requires bash
+      path = [ pkgs.bash ];
     };
 
   };