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 = {