summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-10-19 23:47:48 +0200
committerlassulus <lass@aidsballs.de>2016-10-19 23:47:48 +0200
commitc7be88d76a359379d8d75126a746fd3772aa5036 (patch)
tree02d441ee3872c0d3f03263a6b584ab9c0c5a29c0 /lass
parentbbaee1993c9786bf01f15c34d0d8993842712477 (diff)
l 1 uriel: gummiboot -> systemd-boot
Diffstat (limited to 'lass')
-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 1068da11..e1417c83 100644
--- a/lass/1systems/uriel.nix
+++ b/lass/1systems/uriel.nix
@@ -53,8 +53,8 @@ with config.krebs.lib;
#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" ];