From 6241fd4753e593920874d6663aa363c47de7089e Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 24 May 2023 19:36:30 -0400 Subject: [PATCH] rustypaste: disable auth for now --- modules/services/rustypaste.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/rustypaste.nix b/modules/services/rustypaste.nix index 48d4680..9d590c4 100644 --- a/modules/services/rustypaste.nix +++ b/modules/services/rustypaste.nix @@ -13,7 +13,7 @@ ]; description = "A minimal file upload/pastebin service."; environment = { - AUTH_TOKEN = config.sops.secrets.rusty-auth-token.path; + # AUTH_TOKEN = config.sops.secrets.rusty-auth-token.path; CONFIG = "/var/lib/rustypaste/config.toml"; }; serviceConfig = {