add sbctl

This commit is contained in:
Mohamed Chrayed
2026-03-03 13:49:57 +01:00
parent a6a99ee41e
commit 6aec166b3a
4 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{ ... }: {
flake.nixosModules.secure-boot = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
sbctl
];
};
}