Stupid java needs a home

This commit is contained in:
niten 2022-09-06 14:12:04 -07:00
parent c42b242658
commit 3d3eaa9cd7
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ in {
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];
RestrictRealtime = true;
RestrictNamespaces = true;
ReadWritePaths = [ stateDir ];
ReadWritePaths = [ cfg.state-directory ];
};
}) cfg.worlds;
};