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 | cad1bfc34a0f92a19f5ef93068464836393b4395 (patch) | |
tree | f458566db2385ac6cde791cf2a7c796c3e32a069 | |
parent | d3d8c340d3a7170ce6b69af2cb1ef475794d5cb1 (diff) |
tv mu: boot.loader.{gummiboot => systemd-boot}
-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 42fcfdb..96ccd32 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; |