feat(skadi): disable scx, enable sunshine.
This commit is contained in:
parent
0f56a760db
commit
8136075cf5
1 changed files with 8 additions and 6 deletions
|
|
@ -23,12 +23,12 @@
|
||||||
|
|
||||||
# Use the xanmod kernel
|
# Use the xanmod kernel
|
||||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||||
services.scx = {
|
# services.scx = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
package = pkgs.scx_git.full;
|
# package = pkgs.scx_git.full;
|
||||||
scheduler = "scx_lavd";
|
# scheduler = "scx_lavd";
|
||||||
extraArgs = ["--autopilot"];
|
# extraArgs = ["--autopilot"];
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Get nicer hostname
|
# Get nicer hostname
|
||||||
networking.hostName = "skadi"; # Define your hostname.
|
networking.hostName = "skadi"; # Define your hostname.
|
||||||
|
|
@ -133,6 +133,7 @@
|
||||||
support32Bit = true;
|
support32Bit = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix not saving my state
|
# Fix not saving my state
|
||||||
hardware.alsa.enablePersistence = true;
|
hardware.alsa.enablePersistence = true;
|
||||||
|
|
||||||
|
|
@ -219,6 +220,7 @@
|
||||||
crony.secrets.enable = true;
|
crony.secrets.enable = true;
|
||||||
crony.boot.enable = true;
|
crony.boot.enable = true;
|
||||||
crony.ollama.enable = true;
|
crony.ollama.enable = true;
|
||||||
|
crony.sunshine.enable = true;
|
||||||
|
|
||||||
# Mount additional drive for games
|
# Mount additional drive for games
|
||||||
fileSystems."/mnt/games" = {
|
fileSystems."/mnt/games" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue