microvm-defaults: disable nix-daemon

This commit is contained in:
Sandro - 2023-06-09 21:49:17 +02:00
parent e58c0c24fa
commit 0000012f7d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@
hardware.enableRedistributableFirmware = false;
# nix store is mounted read only
nix.gc.automatic = false;
nix = {
enable = false;
gc.automatic = false;
};
systemd.tmpfiles.rules = [
"d /home/root 0700 root root -" # createHome does not create it