1
0
forked from extern/nix-config

meta: Don't autostart containers with NixOS

This fixes an issue where containers caused the boot process to slow
down, especially those that relied on mounting directories only
available once a graphical session has already started.
This commit is contained in:
Donovan Glover 2023-06-04 17:18:51 -04:00
parent cdda9bcd27
commit b2cfc66516
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{
containers.rar = {
autoStart = true;
privateNetwork = true;
bindMounts = {

View File

@ -4,7 +4,6 @@ let hostCfg = config; in
{
containers.wine = {
autoStart = true;
privateNetwork = true;
bindMounts = {