feat(skadi): disable scx, enable sunshine.

This commit is contained in:
CronyAkatsuki 2025-10-28 10:41:07 +01:00
parent 0f56a760db
commit 8136075cf5

View file

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