From 6be7300827f9841e40d1dd7d0ba8de80def1ee66 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sun, 13 Jul 2025 22:50:58 +0200 Subject: [PATCH] temperance: configuration: enable system76-scheduler --- hosts/temperance/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index c9cb743..a242277 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -17,6 +17,9 @@ services = { fstrim.enable = lib.mkDefault true; udisks2.enable = true; + system76-scheduler = { + enable = true; + }; }; meta = {