summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-07-08 09:43:12 +0200
committerlassulus <lass@aidsballs.de>2016-07-08 09:43:12 +0200
commit18099cc66486abb27fd50bff2fe23ec03c8ff27d (patch)
tree51081a743430483338813823784ed941593ba1f6
parentef824d2ce8150a2b1049254550564441868966e9 (diff)
Revert "l 1 uriel: update boot.loader options"
This reverts commit f9c561566d1b18bb89f0eff33cdbd0225300ab2f.
-rw-r--r--lass/1systems/uriel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/1systems/uriel.nix b/lass/1systems/uriel.nix
index 83553f5ca..6b56419d7 100644
--- a/lass/1systems/uriel.nix
+++ b/lass/1systems/uriel.nix
@@ -39,8 +39,8 @@ with builtins;
#loader.grub.version = 2;
#loader.grub.device = "/dev/sda";
- loader.systemd-boot.enable = true;
- loader.timeout = 5;
+ loader.gummiboot.enable = true;
+ loader.gummiboot.timeout = 5;
initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; } ];
initrd.luks.cryptoModules = [ "aes" "sha512" "sha1" "xts" ];