summaryrefslogtreecommitdiffstats
path: root/tv/1systems/mu
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-08-02 02:14:23 +0200
committertv <tv@krebsco.de>2017-08-02 02:59:01 +0200
commitcad1bfc34a0f92a19f5ef93068464836393b4395 (patch)
treef458566db2385ac6cde791cf2a7c796c3e32a069 /tv/1systems/mu
parentd3d8c340d3a7170ce6b69af2cb1ef475794d5cb1 (diff)
tv mu: boot.loader.{gummiboot => systemd-boot}
Diffstat (limited to 'tv/1systems/mu')
-rw-r--r--tv/1systems/mu/config.nix2
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;