diff options
author | lassulus <lass@aidsballs.de> | 2016-07-05 09:18:44 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-07-05 09:21:03 +0200 |
commit | f9c561566d1b18bb89f0eff33cdbd0225300ab2f (patch) | |
tree | 8b14d0f4850c412ed5e22caa7836a20753415413 /lass/1systems/uriel.nix | |
parent | e578dfcd67d62add1a9c016af7794309a2dc2d62 (diff) |
l 1 uriel: update boot.loader options
Diffstat (limited to 'lass/1systems/uriel.nix')
-rw-r--r-- | lass/1systems/uriel.nix | 4 |
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" ]; |