about summary refs log tree commit diff
path: root/modules/system
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 19:12:43 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 19:12:43 -0700
commit95a60649590ce16c649e40a6263eefd0903a3ea7 (patch)
tree668b07208b1fbaf7a41446d297817a0f834721cb /modules/system
parentprofiles: move things around for btrfs (diff)
downloadworld-95a60649590ce16c649e40a6263eefd0903a3ea7.tar.gz
profiles/default: move stuff related to boot
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/boot/default.nix12
1 files changed, 0 insertions, 12 deletions
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;