diff --git a/configuration.nix b/configuration.nix index 87978f9..e97d2be 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,6 +11,7 @@ ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + powerManagement.enable = false; # Bootloader. boot.loader.grub.enable = true;