From 5186fb4a68a640fc078f53012bbfc465ec03d5f3 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 19 May 2017 09:53:39 -0400 Subject: aji: Fix boot options --- machines/x220-aji.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/x220-aji.nix b/machines/x220-aji.nix index ed10fb3..82bb8bf 100644 --- a/machines/x220-aji.nix +++ b/machines/x220-aji.nix @@ -22,12 +22,12 @@ extraModulePackages = [ config.boot.kernelPackages.tp_smapi ]; extraModprobeConfig = '' - option i915 enable_rc6=1 + options i915 enable_rc6=1 ''; }; fileSystems = { - "/boot" = { + "/boot" = lib.mkForce { mountPoint = "/boot"; device = "/dev/disk/by-uuid/829B-F56C"; fsType = "vfat"; -- cgit v1.2.3