Skip to content

Commit

Permalink
Disable split_lock_detect
Browse files Browse the repository at this point in the history
amd warns on 6.13
  • Loading branch information
scarlet-storm committed Jan 28, 2025
1 parent 2934c7e commit c4c77fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/homes/violet@aqours.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ in
overrideFolders = true;
# passwordFile = null;
settings = {
# options = { };
options = {
natEnabled = false;
};
devices = {
aqours = {
id = "W5X4XBK-AXVMYLS-2GIP5DO-VL6V3DB-SOIRMKM-JWAIUUO-U2AFGOT-BNYK3QH";
Expand Down
1 change: 1 addition & 0 deletions config/hosts/x86_64-linux/aqours/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ in
system.stateVersion = "24.11";
systemd.oomd.enable = true;
systemd.oomd.enableRootSlice = true;
boot.kernelParams = [ "split_lock_detect=off" ];
}
1 change: 1 addition & 0 deletions config/nixos/steam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
extraBwrapArgs = p.extraBwrapArgs ++ [
"--tmpfs /home"
"--bind \$HOME/.var/apps \$HOME"
"--bind \$HOME/Downloads \$HOME/Downloads"
"--ro-bind \$HOME/.config/dconf \$HOME/.config/dconf"
"--ro-bind \$HOME/.config/xsettingsd \$HOME/.config/xsettingsd"
# https://github.com/ValveSoftware/steam-for-linux/issues/10808 ???
Expand Down

0 comments on commit c4c77fe

Please sign in to comment.