From 3a6b8c9b92be427afd8014bfd9345ab2f723c675 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 16 Jan 2024 21:07:15 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/nixos-framework/default.nix b/nixos/hosts/nixos-framework/default.nix index 29d3754f..621ba52f 100644 --- a/nixos/hosts/nixos-framework/default.nix +++ b/nixos/hosts/nixos-framework/default.nix @@ -13,6 +13,7 @@ # steam , etc nixpkgs.config.allowUnfree = true; + powerManagement.enable = true; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "thunderbolt" ]; boot.initrd.kernelModules = [ "amdgpu" ];