summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-07-05 09:18:44 +0200
committerlassulus <lass@aidsballs.de>2016-07-05 09:21:03 +0200
commitf9c561566d1b18bb89f0eff33cdbd0225300ab2f (patch)
tree8b14d0f4850c412ed5e22caa7836a20753415413
parente578dfcd67d62add1a9c016af7794309a2dc2d62 (diff)
l 1 uriel: update boot.loader options
-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 6b56419d7..83553f5ca 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.gummiboot.enable = true;
- loader.gummiboot.timeout = 5;
+ loader.systemd-boot.enable = true;
+ loader.timeout = 5;
initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; } ];
initrd.luks.cryptoModules = [ "aes" "sha512" "sha1" "xts" ];