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"; };