mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: added another minecraft world
This commit is contained in:
parent
5b00235743
commit
710bc42aef
6 changed files with 44 additions and 34 deletions
|
|
@ -23,18 +23,23 @@ in
|
|||
OnCalendar = "0/4:00";
|
||||
Persistent = true;
|
||||
};
|
||||
paths = [
|
||||
"/home/${user0}/.ssh"
|
||||
"/mnt/storage/minecraft"
|
||||
instances.firefly-iii.mntPaths.path0
|
||||
instances.forgejo.mntPaths.path0
|
||||
instances.mastodon.mntPaths.path0
|
||||
instances.opencloud.mntPaths.path0
|
||||
instances.vaultwarden.mntPaths.path0
|
||||
"${instances.jellyfin.mntPaths.path0}/cache"
|
||||
"${instances.jellyfin.mntPaths.path0}/data"
|
||||
"${instances.jellyfin.mntPaths.path0}/media/music"
|
||||
];
|
||||
paths =
|
||||
let
|
||||
instanceHelper = instance: instances.${instance}.mntPaths.path0;
|
||||
in
|
||||
[
|
||||
"/home/${user0}/.ssh"
|
||||
(instanceHelper "firefly-iii")
|
||||
(instanceHelper "forgejo")
|
||||
(instanceHelper "mastodon")
|
||||
(instanceHelper "opencloud")
|
||||
(instanceHelper "minecraft0")
|
||||
(instanceHelper "minecraft1")
|
||||
(instanceHelper "vaultwarden")
|
||||
((instanceHelper "jellyfin") + "/cache")
|
||||
((instanceHelper "jellyfin") + "/data")
|
||||
((instanceHelper "jellyfin") + "/media/music")
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue