ftp: format

This commit is contained in:
Sandro - 2023-09-15 22:48:11 +02:00
parent e61e184925
commit 1373d78569
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -28,9 +28,7 @@
services.nginx = {
enable = true;
additionalModules = [ pkgs.nginxModules.fancyindex ];
};
services.nginx.virtualHosts."ftp.c3d2.de" =
virtualHosts."ftp.c3d2.de" =
let
theme = pkgs.fetchFromGitHub {
owner = "barrowclift";
@ -59,6 +57,7 @@
'';
};
};
};
services.openssh.extraConfig = ''
Match User ftpupload