204 current 2025-10-10 00:57:52 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -50,9 +50,12 @@ in
|
||||
extraGroups = [];
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = lib.concatStringsSep "\n" (mapAttrsToList (name: cfg:
|
||||
|
||||
systemd.tmpfiles.rules = lib.concatStringsSep "\n" (
|
||||
lib.attrsets.mapAttrsToList (name: cfg:
|
||||
"d ${cfg.data_dir} 0755 minecraft minecraft -" ) servers);
|
||||
|
||||
|
||||
# Create a systemd service per server running in tmux
|
||||
systemd.services = lib.attrsets.mapAttrs (name: srv: {
|
||||
description = "minecraft_recpro: ${name}";
|
||||
|
||||
Reference in New Issue
Block a user