mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
intro agenix
This commit is contained in:
parent
eaf7484398
commit
316acea052
2 changed files with 13 additions and 0 deletions
12
deps/sources.json
vendored
12
deps/sources.json
vendored
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue