diff options
author | tv <tv@krebsco.de> | 2016-07-09 13:11:05 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-07-09 13:11:05 +0200 |
commit | 91ccc70745c232834f180e3b1cfff571cd04b267 (patch) | |
tree | 02c3d5b08771493297e8cad9665ccd13e4f785de /lass/1systems/uriel.nix | |
parent | dd9dbb3a896d1a0f610d60509a6d02f1737bc74b (diff) | |
parent | ec183d5531455d60b4c2423d657963b496e47b4b (diff) |
Merge remote-tracking branch 'prism/master'
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 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" ]; |