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:
parent
cdda9bcd27
commit
b2cfc66516
@ -1,6 +1,5 @@
|
||||
{
|
||||
containers.rar = {
|
||||
autoStart = true;
|
||||
privateNetwork = true;
|
||||
|
||||
bindMounts = {
|
||||
|
@ -4,7 +4,6 @@ let hostCfg = config; in
|
||||
|
||||
{
|
||||
containers.wine = {
|
||||
autoStart = true;
|
||||
privateNetwork = true;
|
||||
|
||||
bindMounts = {
|
||||
|
Loading…
Reference in New Issue
Block a user