summaryrefslogtreecommitdiffstats
path: root/configs/hw/winmax2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configs/hw/winmax2.nix')
-rw-r--r--configs/hw/winmax2.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/configs/hw/winmax2.nix b/configs/hw/winmax2.nix
index 8af5511..7edad5a 100644
--- a/configs/hw/winmax2.nix
+++ b/configs/hw/winmax2.nix
@@ -21,10 +21,6 @@
hardware.enableRedistributableFirmware = true;
hardware.graphics.enable = true;
- hardware.graphics.extraPackages = [
- pkgs.amdvlk
- pkgs.rocmPackages.clr
- ];
networking.wireless.enable = true;
networking.wireless.interfaces = [
@@ -36,9 +32,9 @@
services.illum.enable = true;
- services.logind.extraConfig = /* ini */ ''
- HandlePowerKey=ignore
- '';
+ services.logind.settings.Login = {
+ HandlePowerKey = "ignore";
+ };
tv.lidControl.enable = true;
}