From bee5e4ce20f92fbaeba7043c02a21b550a772a11 Mon Sep 17 00:00:00 2001 From: Slendi Date: Fri, 1 Aug 2025 04:10:15 +0300 Subject: [PATCH] thirds time the charm? Signed-off-by: Slendi --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 34751a7..475e56d 100644 --- a/flake.nix +++ b/flake.nix @@ -84,8 +84,9 @@ -domain "${config.services.slenpaste.domain}" \ -listen "${config.services.slenpaste.listen}" \ -expire "${config.services.slenpaste.expireDur}" \ - ${lib.optionalString config.services.slenpaste.expireOnView "-expire-on-view=false"} - ${lib.optionalString config.services.slenpaste.https "-https"} + ${lib.optionalString config.services.slenpaste.expireOnView "-expire-on-view=false"} \ + ${lib.optionalString config.services.slenpaste.https "-https"} \ + ''; Restart = "on-failure"; };