add goldman, the rpi that runs gatekeeper

This commit is contained in:
2026-07-30 18:49:39 +02:00
committed by ahtlon
parent 891f3d6159
commit 30e65e1efd
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";