This commit is contained in:
Lukas Wurzinger 2024-08-20 21:49:14 +02:00
parent ea4e56d851
commit e69ef840a0

View file

@ -8,6 +8,7 @@ in {
enable = true;
passwordFile = config.age.secrets.microbin.path;
settings = {
MICROBIN_BIND = "127.0.0.1";
MICROBIN_PORT = 8020;
MICROBIN_PUBLIC_PATH = "https://${virtualHostName}/";