This commit is contained in:
Lukas Wurzinger 2024-09-15 14:26:34 +02:00
parent d26aca37b1
commit 1647a51793

View file

@ -12,7 +12,7 @@ in {
enable = true;
passwordFile = config.age.secrets.microbin.path;
settings = {
MICROBIN_BIND = "localhost";
MICROBIN_BIND = "127.0.0.1";
MICROBIN_PORT = 8020;
MICROBIN_READONLY = true;