aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/arrakis/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index 2e8137c..424ec2e 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -6,7 +6,10 @@
"net.ipv4.conf.all.proxy_arp" = 1;
};
kernelPackages = pkgs.master.linuxPackages_6_14;
- kernelParams = "split_lock_detect=off amdgpu.ppfeaturemask=0xfffd3fff";
+ kernelParams = [
+ "amdgpu.ppfeaturemask=0xfffd3fff"
+ "split_lock_detect=off"
+ ];
loader = {
efi = {
canTouchEfiVariables = true;