From 95a60649590ce16c649e40a6263eefd0903a3ea7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 19:12:43 -0700 Subject: profiles/default: move stuff related to boot --- modules/system/boot/default.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/system') diff --git a/modules/system/boot/default.nix b/modules/system/boot/default.nix index 30030c6..b223336 100644 --- a/modules/system/boot/default.nix +++ b/modules/system/boot/default.nix @@ -10,18 +10,6 @@ in config = { boot = { - loader = { - # Use the systemd-boot EFI boot loader. - systemd-boot.enable = true; - # Prohibits gaining root access by passing init=/bin/sh as a kernel parameter - systemd-boot.editor = false; - efi.canTouchEfiVariables = true; - }; - - kernelPackages = pkgs.linuxPackages_latest; - cleanTmpDir = true; - tmpOnTmpfs = true; - initrd = { network = lib.mkIf cfg.initrd.network.enable { enable = true; -- cgit 1.4.1