From 29d95679d2506d9012aee1c4921d78ae4532426e Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 25 Nov 2023 21:26:11 +0900 Subject: [PATCH] test --- nixos/common/modules/boot.nix | 3 +-- nixos/hosts/framework-server/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/nixos/common/modules/boot.nix b/nixos/common/modules/boot.nix index 324a33a1..5df02293 100644 --- a/nixos/common/modules/boot.nix +++ b/nixos/common/modules/boot.nix @@ -4,9 +4,8 @@ imports = [ ] ++ lib.optional (builtins.isString desktop) ./plymouth.nix; # Bootloader - boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.efi.canTouchEfiVariables = true; - # boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.enable = true; boot.tmp.cleanOnBoot = true; boot.initrd.systemd.enable = true; } \ No newline at end of file diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index 324b61c8..bb6feefe 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -3,8 +3,8 @@ inputs.nixos-hardware.nixosModules.framework-13th-gen-intel (modulesPath + "/installer/scan/not-detected.nix") ./disks.nix - ../../common/modules/boot.nix - # ../../common/modules/secureboot.nix + # ../../common/modules/boot.nix + ../../common/modules/secureboot.nix ../../common/services/fwupd.nix # ./builder.nix # ./ssh-luks.nix