summaryrefslogtreecommitdiffstats
path: root/dell
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@Yahoo.com>2016-06-03 16:07:56 -0700
committerJohn Ericson <Ericson2314@Yahoo.com>2016-06-03 16:07:56 -0700
commita2b20351e0557192f7be9c40fb5ead04e9fa9dfc (patch)
tree5c2e3479157e149078197927c2597d228e6e2b0a /dell
parent49fd276328aa9495e634c7a8cffb0841d5f791ab (diff)
s/gummiboot/systemd-boot -- fixes warnings on unstable
Diffstat (limited to 'dell')
-rw-r--r--dell/xps-15-9550.nix4
-rw-r--r--dell/xps-15-9550.wiki2
2 files changed, 3 insertions, 3 deletions
diff --git a/dell/xps-15-9550.nix b/dell/xps-15-9550.nix
index 20aad2b..ac935ac 100644
--- a/dell/xps-15-9550.nix
+++ b/dell/xps-15-9550.nix
@@ -20,8 +20,8 @@
#nix.maxJobs = 8;
## END from generated hardware-configuration
- # Use the gummiboot efi boot loader. (From default generated configuration.nix)
- boot.loader.gummiboot.enable = true;
+ # Use the systemd-boot efi boot loader. (From default generated configuration.nix)
+ boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Honestly forget if needed or just better for touchpad.
diff --git a/dell/xps-15-9550.wiki b/dell/xps-15-9550.wiki
index 1f695a6..d673955 100644
--- a/dell/xps-15-9550.wiki
+++ b/dell/xps-15-9550.wiki
@@ -27,7 +27,7 @@ These settings are needed both for booting the final install, and installer itse
=== After installation ===
-* ''Add gummiboot to UEFI boot list.'' The (uneditable anyways) settings mapping drive UUIDs to HD* work fine.
+* ''Add systemd-boot to UEFI boot list.'' The (uneditable anyways) settings mapping drive UUIDs to HD* work fine.
=== Optional ===