Infini-OPTIPLEX: add file share
This commit is contained in:
parent
1215310ba2
commit
795565791f
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@ in
|
|||
root = ./static;
|
||||
};
|
||||
};
|
||||
"files.inx.moe" = {
|
||||
locations."/" = {
|
||||
root = "/srv/web/files.inx.moe";
|
||||
extraConfig = ''
|
||||
autoindex on;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
"ponder.inx.moe" = ssl // {
|
||||
locations."/".root = pkgs.ponder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue