raven: fix tftp/labsync paths

This commit is contained in:
Simon Bruder 2021-12-27 12:57:25 +01:00
parent 196a45e9af
commit 3c70582979
No known key found for this signature in database
GPG key ID: 8D3C82F9F309F8EC

View file

@ -5,7 +5,7 @@
services.nginx.virtualHosts."labsync.lab.fablab-nea.de" = {
locations = {
"/" = {
root = "/opt/docker/tftpgen/data";
root = "/opt/docker/tftpgen/data/labsync";
extraConfig = ''
autoindex on;
'';
@ -16,7 +16,7 @@
services.atftpd = {
enable = true;
root = "/opt/docker/tftpgen/tftp";
root = "/opt/docker/tftpgen/data";
};
networking.firewall.allowedTCPPorts = [