adding volume to server
This commit is contained in:
parent
6e1918f5b2
commit
779948cec9
4 changed files with 19 additions and 16 deletions
|
@ -6,7 +6,10 @@ in
|
|||
services = {
|
||||
forgejo = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
lfs = {
|
||||
enable = true;
|
||||
};
|
||||
stateDir = "/mnt/git-storage";
|
||||
settings = {
|
||||
server = {
|
||||
HTTP_PORT = port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue