This commit is contained in:
iFargle 2023-09-22 18:50:46 +09:00
parent 08b954c5cf
commit b6f3ec2081
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ lib, config, pkgs, ...}: {
imports = [ ./bootloader.nix ];
imports = [ ./boot.nix ];
# SecureBoot
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote.enable = true;

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
imports = [
# This machine won't be using secureboot
../../common/modules/secureboot.nix
../../common/modules/boot.nix
./disks.nix
];
nixpkgs.config.allowUnfree = false;