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

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