From 7a102a05f442c13e241312b1a074e495569ae09a Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 25 Nov 2023 17:18:46 +0900 Subject: [PATCH] test --- nixos/hosts/framework-server/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index db62880e..db20e796 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -3,7 +3,8 @@ inputs.nixos-hardware.nixosModules.framework-13th-gen-intel (modulesPath + "/installer/scan/not-detected.nix") ./disks.nix - ../../common/modules/secureboot.nix + ../../common/modules/boot.nix + # ../../common/modules/secureboot.nix ../../common/services/fwupd.nix ./builder.nix ./ssh-luks.nix