mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -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";
|
label = "Minecraft";
|
||||||
name = "minecraft";
|
name = "minecraft";
|
||||||
short = "mine";
|
short = "mine0";
|
||||||
secrets = "${secretPath}/${name}";
|
secrets = "${secretPath}/${name}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,11 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = importList;
|
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 = {
|
sops.secrets = {
|
||||||
"${serviceCfg.name}/${world}" = {
|
"${serviceCfg.name}/${world}" = {
|
||||||
owner = "root";
|
owner = "root";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue