mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: got minecraft servers sorted
This commit is contained in:
parent
4c3ab7728c
commit
1f43844e90
8 changed files with 20 additions and 21 deletions
|
|
@ -8,7 +8,6 @@ let
|
|||
label = "Minecraft";
|
||||
name = "minecraft";
|
||||
world = "world0";
|
||||
secrets = "${secretPath}/${name}";
|
||||
in
|
||||
{
|
||||
label = label;
|
||||
|
|
@ -29,9 +28,9 @@ in
|
|||
path0 = "${varPath}/${name}";
|
||||
};
|
||||
mntPaths = {
|
||||
path0 = "${mntPath}/${name}-${world}";
|
||||
path0 = "${mntPath}/${name}/${world}";
|
||||
};
|
||||
secretPaths = {
|
||||
path0 = secrets;
|
||||
path0 = "${secretPath}/${name}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ let
|
|||
label = "Minecraft";
|
||||
name = "minecraft";
|
||||
world = "world1";
|
||||
secrets = "${secretPath}/${name}";
|
||||
in
|
||||
{
|
||||
label = label;
|
||||
|
|
@ -29,9 +28,9 @@ in
|
|||
path0 = "${varPath}/${name}";
|
||||
};
|
||||
mntPaths = {
|
||||
path0 = "${mntPath}/${name}-${world}";
|
||||
path0 = "${mntPath}/${name}/${world}";
|
||||
};
|
||||
secretPaths = {
|
||||
path0 = secrets;
|
||||
path0 = "${secretPath}/${name}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue