service/lanzaboote: init
This commit is contained in:
parent
82e1c38e63
commit
87e83f336f
3 changed files with 33 additions and 1 deletions
|
@ -13,6 +13,10 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v0.4.2";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nvim-lazy = {
|
||||
url = "git+https://git.ophanim.de/derped/lazy.nvim.nix.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -24,6 +28,7 @@
|
|||
nixpkgs,
|
||||
flake-utils,
|
||||
mailserver,
|
||||
lanzaboote,
|
||||
sops-nix,
|
||||
...
|
||||
}@attrs:
|
||||
|
@ -75,6 +80,7 @@
|
|||
[
|
||||
(toString ./options/machine.nix)
|
||||
sops-nix.nixosModules.sops
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
]
|
||||
++ machineFiles
|
||||
++ configFiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue