l 2 bepasty: allow write for externals

This commit is contained in:
lassulus 2017-05-23 23:35:31 +02:00
parent 32f053aaed
commit e497faf8ec

View File

@ -35,7 +35,7 @@ in {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
}; };
defaultPermissions = "read"; defaultPermissions = "read,create";
secretKey = secKey; secretKey = secKey;
}); });
}; };