From aa278b51a8579af24f507a1c034f8ab8eccd2ec8 Mon Sep 17 00:00:00 2001 From: chn Date: Sun, 31 Mar 2024 19:49:05 +0800 Subject: [PATCH] devices.pc: add suspend-hibernate-no-platform --- devices/pc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/pc/default.nix b/devices/pc/default.nix index 4bc86811..1fb419c1 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -125,7 +125,7 @@ inputs: hostname = [ "pc.chn.moe" ]; }; }; - bugs = [ "xmunet" "backlight" "amdpstate" ]; + bugs = [ "xmunet" "backlight" "amdpstate" "suspend-hibernate-no-platform" ]; }; networking.extraHosts = "74.211.99.69 mirism.one beta.mirism.one ng01.mirism.one"; services.colord.enable = true;