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
a4e4f75265
commit
6f4260e9e4
6 changed files with 11 additions and 15 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
;
|
||||
label = "Minecraft";
|
||||
name = "minecraft";
|
||||
short = "mine";
|
||||
short = "mine0";
|
||||
secrets = "${secretPath}/${name}";
|
||||
in
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ let
|
|||
;
|
||||
label = "Minecraft";
|
||||
name = "minecraft";
|
||||
short = "mine";
|
||||
short = "mine1";
|
||||
secrets = "${secretPath}/${name}";
|
||||
in
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,4 +8,11 @@ let
|
|||
in
|
||||
{
|
||||
imports = importList;
|
||||
|
||||
systemd = {
|
||||
tmpfiles.rules = [
|
||||
"d /mnt/storage/minecraft 0751 microvm wheel - -"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -171,12 +171,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd = {
|
||||
tmpfiles.rules = [
|
||||
"d ${serviceCfg.mntPaths.path0} 0751 microvm wheel - -"
|
||||
];
|
||||
};
|
||||
|
||||
sops.secrets = {
|
||||
"${serviceCfg.name}/${world}" = {
|
||||
owner = "root";
|
||||
|
|
|
|||
|
|
@ -169,12 +169,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd = {
|
||||
tmpfiles.rules = [
|
||||
"d ${serviceCfg.mntPaths.path0} 0751 microvm wheel - -"
|
||||
];
|
||||
};
|
||||
|
||||
sops.secrets = {
|
||||
"${serviceCfg.name}/${world}" = {
|
||||
owner = "root";
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@ in
|
|||
instances.firefly-iii.mntPaths.path0
|
||||
instances.forgejo.mntPaths.path0
|
||||
instances.mastodon.mntPaths.path0
|
||||
instances.minecraft.mntPaths.path0
|
||||
instances.minecraft0.mntPaths.path0
|
||||
instances.minecraft1.mntPaths.path0
|
||||
instances.opencloud.mntPaths.path0
|
||||
instances.vaultwarden.mntPaths.path0
|
||||
"${instances.jellyfin.mntPaths.path0}/cache"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue