fix: Slow nixos-rebuild due to Virtualbox guest

This commit is contained in:
Swarsel 2024-07-11 10:48:28 +02:00
parent 6793e6d65a
commit 417f49e2ac
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 4 additions and 2 deletions

View file

@ -48,8 +48,9 @@
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;
};
};