feat: added another minecraft world

This commit is contained in:
Nick 2025-11-26 21:48:46 -06:00
parent a4e4f75265
commit 6f4260e9e4
6 changed files with 11 additions and 15 deletions

View file

@ -7,7 +7,7 @@ let
; ;
label = "Minecraft"; label = "Minecraft";
name = "minecraft"; name = "minecraft";
short = "mine"; short = "mine0";
secrets = "${secretPath}/${name}"; secrets = "${secretPath}/${name}";
in in
{ {

View file

@ -7,7 +7,7 @@ let
; ;
label = "Minecraft"; label = "Minecraft";
name = "minecraft"; name = "minecraft";
short = "mine"; short = "mine1";
secrets = "${secretPath}/${name}"; secrets = "${secretPath}/${name}";
in in
{ {

View file

@ -8,4 +8,11 @@ let
in in
{ {
imports = importList; imports = importList;
systemd = {
tmpfiles.rules = [
"d /mnt/storage/minecraft 0751 microvm wheel - -"
];
};
} }

View file

@ -171,12 +171,6 @@ in
}; };
}; };
systemd = {
tmpfiles.rules = [
"d ${serviceCfg.mntPaths.path0} 0751 microvm wheel - -"
];
};
sops.secrets = { sops.secrets = {
"${serviceCfg.name}/${world}" = { "${serviceCfg.name}/${world}" = {
owner = "root"; owner = "root";

View file

@ -169,12 +169,6 @@ in
}; };
}; };
systemd = {
tmpfiles.rules = [
"d ${serviceCfg.mntPaths.path0} 0751 microvm wheel - -"
];
};
sops.secrets = { sops.secrets = {
"${serviceCfg.name}/${world}" = { "${serviceCfg.name}/${world}" = {
owner = "root"; owner = "root";

View file

@ -28,7 +28,8 @@ in
instances.firefly-iii.mntPaths.path0 instances.firefly-iii.mntPaths.path0
instances.forgejo.mntPaths.path0 instances.forgejo.mntPaths.path0
instances.mastodon.mntPaths.path0 instances.mastodon.mntPaths.path0
instances.minecraft.mntPaths.path0 instances.minecraft0.mntPaths.path0
instances.minecraft1.mntPaths.path0
instances.opencloud.mntPaths.path0 instances.opencloud.mntPaths.path0
instances.vaultwarden.mntPaths.path0 instances.vaultwarden.mntPaths.path0
"${instances.jellyfin.mntPaths.path0}/cache" "${instances.jellyfin.mntPaths.path0}/cache"