feat: add odroid-n2 config

This commit is contained in:
oddlama 2023-03-11 23:03:52 +01:00
parent 056ce8a553
commit 8c343b8f0f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 54 additions and 48 deletions

View file

@ -24,11 +24,14 @@
inputs.flake-utils.follows = "flake-utils";
};
agenix-rekey.url = "github:oddlama/agenix-rekey";
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix-rekey = {
url = "github:oddlama/agenix-rekey";
inputs.nixpkgs.follows = "nixpkgs";
};
templates.url = "github:NixOS/templates";
flake-utils.url = "github:numtide/flake-utils";