parent
2789cbed33
commit
df6fc2d165
9 changed files with 484 additions and 2 deletions
common
|
@ -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}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue