From 54b2ff99dc56c4920b6e6dd4b307bd01c5753f60 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Mon, 4 Sep 2023 18:29:09 +1000
Subject: [PATCH] web01: add `Upholds` to lemmy for pict-rs

---
 hosts/web01/lemmy.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hosts/web01/lemmy.nix b/hosts/web01/lemmy.nix
index 81c439b..bce276c 100644
--- a/hosts/web01/lemmy.nix
+++ b/hosts/web01/lemmy.nix
@@ -21,6 +21,8 @@ in
     };
   };
 
+  systemd.services.lemmy.unitConfig.Upholds = [ "pict-rs.service" ];
+
   services.nginx.virtualHosts.${domain} = {
     enableACME = true;
     forceSSL = true;