shill: Add Terraria server
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 7m4s
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 7m4s
This commit is contained in:
@@ -603,6 +603,16 @@ in
|
||||
}
|
||||
];
|
||||
})
|
||||
(mkIf config.services.terraria.enable {
|
||||
my.tmproot.persistence.config.directories = [
|
||||
{
|
||||
directory = config.services.terraria.dataDir;
|
||||
mode = "0755";
|
||||
user = "terraria";
|
||||
group = "terraria";
|
||||
}
|
||||
];
|
||||
})
|
||||
]))
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user