Stupid java needs a home

This commit is contained in:
niten 2022-09-06 14:12:04 -07:00
parent c42b242658
commit 3d3eaa9cd7

View File

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