commit 2912d41223bd705f1bdc3c5bf79b8e1fb4da0676
parent ab4032ebb23f7bc7e17e310ea436fc9db04dffcc
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Fri, 4 Apr 2025 15:47:32 +0200
fix: disable systemd-boot
This is because, in the previous commit, GRUB was enabled from
the hardware configuration module.
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix
@@ -33,12 +33,4 @@
enable = true;
};
};
-
- boot.loader = {
- timeout = 1;
- systemd-boot = {
- enable = true;
- editor = false;
- };
- };
}