mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added minecraft server
This commit is contained in:
parent
5e8b59c7ad
commit
e824bcaae1
5 changed files with 28 additions and 10 deletions
|
|
@ -27,6 +27,19 @@ in
|
|||
"force create mode" = "0664";
|
||||
"force directory mode" = "0775";
|
||||
};
|
||||
"storage0" = {
|
||||
path = "/mnt/storage";
|
||||
browseable = "yes";
|
||||
writeable = "yes";
|
||||
"guest ok" = "no";
|
||||
"create mask" = "0664";
|
||||
"directory mask" = "0775";
|
||||
"force user" = "microvm";
|
||||
"force group" = "wheel";
|
||||
"force create mode" = "0664";
|
||||
"force directory mode" = "0775";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue