summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-04-30 17:53:23 -0500
committerWilliam A. Kennington III <william@wkennington.com>2014-08-28 13:35:35 -0700
commit525acb4d4fbfdf1ef18486fba4b2aa673065666a (patch)
tree445236dc5b13a917d1f8d89d54208837fa929616 /nixos
parent70c11772a69dad8f414366f1bce511282853a80b (diff)
downloadnixlib-525acb4d4fbfdf1ef18486fba4b2aa673065666a.tar
nixlib-525acb4d4fbfdf1ef18486fba4b2aa673065666a.tar.gz
nixlib-525acb4d4fbfdf1ef18486fba4b2aa673065666a.tar.bz2
nixlib-525acb4d4fbfdf1ef18486fba4b2aa673065666a.tar.lz
nixlib-525acb4d4fbfdf1ef18486fba4b2aa673065666a.tar.xz
nixlib-525acb4d4fbfdf1ef18486fba4b2aa673065666a.tar.zst
nixlib-525acb4d4fbfdf1ef18486fba4b2aa673065666a.zip
nixos/grub: Fix typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index 581b76f8fb21..57bf2cefa6f4 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -213,7 +213,7 @@ in
       fsIdentifier = mkOption {
         default = "uuid";
         type = types.addCheck types.string
-          (type: type == "uuid" || type == "label" || type = "provided");
+          (type: type == "uuid" || type == "label" || type == "provided");
         description = ''
           Determines how grub will identify devices when generating the
           configuration file. A value of uuid / label signifies that grub