feat: nb battery improvement
This commit is contained in:
parent
019b1166ec
commit
cb18e436ca
8 changed files with 83 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue