rustypaste: disable auth for now

This commit is contained in:
notohh 2023-05-24 19:36:30 -04:00
parent 7dedeb5558
commit 6241fd4753
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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 = {