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, ...}: {
|
{ lib, config, pkgs, ...}: {
|
||||||
|
|
||||||
imports = [ ./bootloader.nix ];
|
imports = [ ./boot.nix ];
|
||||||
# SecureBoot
|
# SecureBoot
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
boot.lanzaboote.enable = true;
|
boot.lanzaboote.enable = true;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
# This machine won't be using secureboot
|
# This machine won't be using secureboot
|
||||||
../../common/modules/secureboot.nix
|
../../common/modules/boot.nix
|
||||||
./disks.nix
|
./disks.nix
|
||||||
];
|
];
|
||||||
nixpkgs.config.allowUnfree = false;
|
nixpkgs.config.allowUnfree = false;
|
||||||
|
|
Loading…
Reference in a new issue