chore: reorganise modules

This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent 0662d79447
commit 292dfcfccd
10 changed files with 31 additions and 23 deletions

View file

@ -1,14 +0,0 @@
{ config, lib, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
sbctl
];
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
};
}