diff options
author | lassulus <lass@aidsballs.de> | 2016-07-08 09:43:12 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-07-08 09:43:12 +0200 |
commit | 18099cc66486abb27fd50bff2fe23ec03c8ff27d (patch) | |
tree | 51081a743430483338813823784ed941593ba1f6 /lass/1systems | |
parent | ef824d2ce8150a2b1049254550564441868966e9 (diff) |
Revert "l 1 uriel: update boot.loader options"
This reverts commit f9c561566d1b18bb89f0eff33cdbd0225300ab2f.
Diffstat (limited to 'lass/1systems')
-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" ]; |