bro ion even no
This commit is contained in:
parent
69a92fdd5e
commit
ed13a64d87
9 changed files with 215 additions and 22 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue