mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: Slow nixos-rebuild due to Virtualbox guest
This commit is contained in:
parent
6793e6d65a
commit
417f49e2ac
2 changed files with 4 additions and 2 deletions
|
|
@ -1517,8 +1517,9 @@ Mostly just sets some opened ports for several games, enables virtualbox (which
|
|||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
# leaving this here for future notice. setting guest.enable = true will make 'restarting sysinit-reactivation.target' take till timeout on nixos-rebuild switch
|
||||
guest = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue