raven: fix tftp/labsync paths
This commit is contained in:
parent
196a45e9af
commit
3c70582979
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue