aoife: enable secure boot
This commit is contained in:
parent
88f017b9fc
commit
53658c2a77
6 changed files with 272 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
{ nixpkgs, home-manager, mailserver, ... }:
|
||||
{ nixpkgs, home-manager, mailserver, lanzaboote, ... }:
|
||||
let
|
||||
inherit (builtins) filter attrValues concatMap mapAttrs;
|
||||
inherit (nixpkgs.lib.attrsets) mapAttrsToList;
|
||||
|
@ -13,7 +13,10 @@ let
|
|||
./common/generic-lxc.nix
|
||||
];
|
||||
"vm" = [ ./common/generic-vm.nix ];
|
||||
"local" = [ ./common/desktop ];
|
||||
"local" = [
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
./common/desktop
|
||||
];
|
||||
};
|
||||
in type: import_cases.${type} ++ base_imports;
|
||||
# Helper function to resolve what should be imported depending on the type of config (lxc, vm, bare metal)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue