flake: sitch to npins

Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a6964f4aa3349951fe7574622564452ad1af1
This commit is contained in:
Bloxx12 2025-07-19 21:51:37 +02:00
commit 2e7d11c2ed
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
24 changed files with 707 additions and 731 deletions

View file

@ -1,8 +1,8 @@
{
config,
inputs,
lib,
pkgs,
sources,
...
}: let
inherit (lib.modules) mkIf;
@ -12,7 +12,7 @@
in {
options.modules.system.boot.lanzaboote.enable = mkEnableOption "Lanzaboote";
imports = [
inputs.lanzaboote.nixosModules.lanzaboote
(sources.lanzaboote + "/nix/modules/lanzaboote.nix")
];
config = mkIf cfg.enable {