diff options
author | tv <tv@krebsco.de> | 2017-08-02 02:14:23 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-02 02:59:01 +0200 |
commit | d97d86eddec8002a7a7e5b01320e33121a6ff27f (patch) | |
tree | 12a45d16c724e91fc937e1948328cbb5b1fc176b /tv | |
parent | f607ba46109e11466988b980ff36e395aa0c4049 (diff) |
tv mu: boot.loader.{gummiboot => systemd-boot}
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/mu/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 42fcfdb29..96ccd321e 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -43,8 +43,8 @@ with import <stockholm/lib>; hardware.enableRedistributableFirmware = true; - boot.loader.gummiboot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.systemd-boot.enable = true; networking.networkmanager.enable = true; |