feat: nb battery improvement
This commit is contained in:
@@ -47,7 +47,10 @@ in {
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
virtualisation.libvirtd = {
|
||||
enable = true; # Turn on the libvirtd daemon
|
||||
enable = true;
|
||||
# Socket activation - only start when needed to save battery
|
||||
onBoot = "ignore";
|
||||
onShutdown = "shutdown";
|
||||
qemu = {
|
||||
ovmf = {
|
||||
enable = true; # Enable OVMF firmware support
|
||||
|
||||
Reference in New Issue
Block a user