add goldman, the rpi that runs gatekeeper
Some checks failed
Check flake syntax / flake-check (push) Failing after 1m23s
Hydra callback / on_pr (pull_request) Successful in 6m28s
Hydra callback / on_push (pull_request) Has been skipped

This commit is contained in:
2026-07-30 18:49:39 +02:00
parent e01718263d
commit 9f7b2bd3d5
4 changed files with 194 additions and 1 deletions

View File

@@ -37,6 +37,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
gatekeeper = {
url = "git+https://git.dynamicdiscord.de/malobeo/gatekeeper";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";