bro ion even no

This commit is contained in:
strix 2026-08-25 14:00:05 +02:00
parent 69a92fdd5e
commit ed13a64d87
9 changed files with 215 additions and 22 deletions

View file

@ -7,6 +7,11 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
};
inputs.lanzaboote = {
url = "github:nix-community/lanzaboote/v1.1.0";
inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs@{ self, nixpkgs, home-manager, ... }:
let
filter = with nixpkgs.lib;
@ -23,6 +28,7 @@
{
nixosConfigurations.p14s = nixosConfig {
modules = [
inputs.lanzaboote.nixosModules.lanzaboote
./devices/p14s
./styles/desktop.nix
];