summaryrefslogtreecommitdiffstats
path: root/tv/1systems/mu/config.nix
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
commitd97d86eddec8002a7a7e5b01320e33121a6ff27f (patch)
tree12a45d16c724e91fc937e1948328cbb5b1fc176b /tv/1systems/mu/config.nix
parentf607ba46109e11466988b980ff36e395aa0c4049 (diff)
tv mu: boot.loader.{gummiboot => systemd-boot}
Diffstat (limited to 'tv/1systems/mu/config.nix')
-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 42fcfdb2..96ccd321 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;