test
This commit is contained in:
parent
08b954c5cf
commit
b6f3ec2081
3 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue