From 8136075cf5e7ff31f4a5789e8d2c3a51dbd1f408 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 28 Oct 2025 10:41:07 +0100 Subject: [PATCH] feat(skadi): disable scx, enable sunshine. --- hosts/skadi/configuration.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index c911293..8280cfd 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -23,12 +23,12 @@ # Use the xanmod kernel boot.kernelPackages = pkgs.linuxPackages_cachyos-lto; - services.scx = { - enable = true; - package = pkgs.scx_git.full; - scheduler = "scx_lavd"; - extraArgs = ["--autopilot"]; - }; + # services.scx = { + # enable = true; + # package = pkgs.scx_git.full; + # scheduler = "scx_lavd"; + # extraArgs = ["--autopilot"]; + # }; # Get nicer hostname networking.hostName = "skadi"; # Define your hostname. @@ -133,6 +133,7 @@ support32Bit = true; }; }; + # Fix not saving my state hardware.alsa.enablePersistence = true; @@ -219,6 +220,7 @@ crony.secrets.enable = true; crony.boot.enable = true; crony.ollama.enable = true; + crony.sunshine.enable = true; # Mount additional drive for games fileSystems."/mnt/games" = {