nixos-module/container/defaults: disable nix-daemon

This commit is contained in:
Astro 2021-04-04 22:00:16 +02:00
parent 4e3fd3398b
commit afad6f46b8
1 changed files with 2 additions and 0 deletions

View File

@ -32,5 +32,7 @@
in {
nscd = noNestOpts;
systemdLogind = noNestOpts;
nix-daemon.enable = false;
};
}