From 6dca3f3acf07e31a0e352ecd59088401f3103afa Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 1 Jun 2024 19:48:27 +0800 Subject: [PATCH] devices.pc: remove suspend-hibernate-no-platform from bugs --- 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 3abbc221..7a6bd5c3 100644 --- a/devices/pc/default.nix +++ b/devices/pc/default.nix @@ -125,7 +125,7 @@ inputs: slurm = { enable = true; cpu = { cores = 16; threads = 2; }; memoryMB = 90112; gpus."4060" = 1; }; xrdp = { enable = true; hostname = [ "pc.chn.moe" ]; }; }; - bugs = [ "xmunet" "backlight" "amdpstate" "suspend-hibernate-no-platform" ]; + bugs = [ "xmunet" "backlight" "amdpstate" ]; }; system.nixos.tags = [ "next" ]; networking.extraHosts = "74.211.99.69 mirism.one beta.mirism.one ng01.mirism.one";