mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
feat: got minecraft servers sorted
This commit is contained in:
parent
4c3ab7728c
commit
1f43844e90
8 changed files with 20 additions and 21 deletions
|
|
@ -7,5 +7,12 @@ let
|
|||
map (name: ./. + "/${name}") dirContent;
|
||||
in
|
||||
{
|
||||
|
||||
systemd = {
|
||||
tmpfiles.rules = [
|
||||
"d /mnt/storage/minecraft 0751 microvm wheel - -"
|
||||
];
|
||||
};
|
||||
|
||||
imports = importList;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue