mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 00:49:42 +08:00
move nix cache to disk
This commit is contained in:
@@ -48,5 +48,7 @@
|
||||
# "/etc/ssh/ssh_host_rsa_key"
|
||||
# ];
|
||||
};
|
||||
systemd.services.nix-daemon =
|
||||
{ environment = { TMPDIR = "/var/cache/nix"; }; serviceConfig = { CacheDirectory = "nix"; }; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user