diff options
-rw-r--r-- | machines/x220-aji.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |