feat(servers): attempt to make a 7 Days to Die server

This commit is contained in:
matt1432 2024-06-28 17:43:43 -04:00
parent 2789cbed33
commit df6fc2d165
9 changed files with 484 additions and 2 deletions

View file

@ -24,7 +24,7 @@
boot.tmp.useTmpfs = true;
systemd.services.nix-daemon = {
environment.TMPDIR = "/run/nix-cache";
environment.TMPDIR = "/home/nix-cache";
preStart = ''
mkdir -p ${config.systemd.services.nix-daemon.environment.TMPDIR}
'';