feat: allow sftp on pie for paperless pdf upload

This commit is contained in:
Benjamin Bädorf 2023-10-11 20:42:59 +02:00
parent c5605688a1
commit d1baf5035f
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -29,6 +29,8 @@
networking.hosts = flake.self.lib.addLocalHostname ["caddy.local"];
networking.firewall.allowedTCPPorts = [ 80 ];
services.openssh.allowSFTP = true;
# Caddy reverse proxy for local services like cups
services.caddy = {
globalConfig = ''