From a7e2c790b76faadb5f1dcf3745c240eaa24a037a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 11 Jun 2022 10:37:27 +0200 Subject: nixos: set systemd to disable as well --- nixos/modules/turris-defaults.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/turris-defaults.nix b/nixos/modules/turris-defaults.nix index dc2aeb5..0824a05 100644 --- a/nixos/modules/turris-defaults.nix +++ b/nixos/modules/turris-defaults.nix @@ -31,6 +31,7 @@ in { config = mkIf cnf.enable { # We do not need Grub as U-Boot supports boot using extlinux like file boot.loader.grub.enable = mkDefault false; + boot.loader.systemd-boot.enable = mkDefault false; boot.loader.generic-extlinux-compatible.enable = mkDefault true; # Use early print to the serial console boot.kernelParams = [ -- cgit v1.2.3