intro agenix

This commit is contained in:
Julien Malka 2024-04-05 19:27:53 +02:00
parent eaf7484398
commit 316acea052
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 13 additions and 0 deletions

12
deps/sources.json vendored
View file

@ -1,5 +1,17 @@
{
"pins": {
"agenix": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "ryantm",
"repo": "agenix"
},
"branch": "main",
"revision": "1381a759b205dff7a6818733118d02253340fd5e",
"url": "https://github.com/ryantm/agenix/archive/1381a759b205dff7a6818733118d02253340fd5e.tar.gz",
"hash": "1vhmx7p68svg3wc2hzkw3f2xa6lfgqhl4snfhp13ikvyvd7n55zw"
},
"attic": {
"type": "Git",
"repository": {

View file

@ -27,6 +27,7 @@ import "${nixpkgs}/nixos/lib/eval-config.nix" {
(import "${inputs.disko}/module.nix")
(import "${inputs.buildbot-nix}/nix/master.nix")
(import "${inputs.buildbot-nix}/nix/worker.nix")
(import "${inputs.agenix}/modules/age.nix")
(import inputs.lanzaboote).nixosModules.lanzaboote
{
home-manager.useGlobalPkgs = true;