rustypaste: disable auth for now
This commit is contained in:
parent
7dedeb5558
commit
6241fd4753
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
];
|
];
|
||||||
description = "A minimal file upload/pastebin service.";
|
description = "A minimal file upload/pastebin service.";
|
||||||
environment = {
|
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";
|
CONFIG = "/var/lib/rustypaste/config.toml";
|
||||||
};
|
};
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue