add goldman, the rpi that runs gatekeeper #165

Open
ahtlon wants to merge 5 commits from gatekeeper_raspi into master
Owner

This is the module being loaded:
https://git.dynamicdiscord.de/malobeo/gatekeeper/src/branch/master/module.nix
Currently missing:

  • Settings (services.gatekeeper.dotenv/db) currently does nothing, so isn't set.
  • Db persistence / backups (no plan jet how to do this, suggestions aprechiated)
  • the logging thing from the other machines
This is the module being loaded: https://git.dynamicdiscord.de/malobeo/gatekeeper/src/branch/master/module.nix Currently missing: - Settings (services.gatekeeper.dotenv/db) currently does nothing, so isn't set. - Db persistence / backups (no plan jet how to do this, suggestions aprechiated) - the logging thing from the other machines
ahtlon added 1 commit 2026-07-30 18:57:28 +02:00
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
9f7b2bd3d5
ahtlon requested review from kalipso 2026-07-30 18:57:28 +02:00
ahtlon added 1 commit 2026-07-30 19:29:57 +02:00
fix flake check
All checks were successful
Hydra callback / on_pr (pull_request) Successful in 1h32m53s
Hydra callback / on_push (pull_request) Has been skipped
Check flake syntax / flake-check (push) Successful in 20m36s
3d31a8a690
Author
Owner

Notes:
To test with local changes in the gatekeeper repo, change the url to url = "path:/path/to/gatekeeper";
I tested the changes by building with nix -v build --max-jobs 2 --cores 10 .\#nixosConfigurations.goldman.config.system.build.images.sd-card and then zstd -d -c result/sd-image/nixos-image-sd-card-25.11.20260608.e820eb4-aarch64-linux.img.zst > /dev/disk/by-id/usb-SanDisk_SDDR-B531_0313250000007325-0:0

Notes: To test with local changes in the gatekeeper repo, change the url to `url = "path:/path/to/gatekeeper";` I tested the changes by building with `nix -v build --max-jobs 2 --cores 10 .\#nixosConfigurations.goldman.config.system.build.images.sd-card` and then `zstd -d -c result/sd-image/nixos-image-sd-card-25.11.20260608.e820eb4-aarch64-linux.img.zst > /dev/disk/by-id/usb-SanDisk_SDDR-B531_0313250000007325-0:0`
ahtlon removed review request for kalipso 2026-07-31 19:20:20 +02:00
ahtlon added 1 commit 2026-08-01 14:48:44 +02:00
Fix gatekeeper missing the key
Some checks failed
Check flake syntax / flake-check (push) Failing after 24m1s
Hydra callback / on_pr (pull_request) Successful in 4m5s
Hydra callback / on_push (pull_request) Has been skipped
54ea96f84c
Owner

To test with local changes in the gatekeeper repo, change the url to url = "path:/path/to/gatekeeper";

This can also be done via commandline using --override-input gatekeeper /path/to/gatekeeper

> To test with local changes in the gatekeeper repo, change the url to `url = "path:/path/to/gatekeeper";` This can also be done via commandline using `--override-input gatekeeper /path/to/gatekeeper`
ahtlon added 1 commit 2026-08-08 14:07:57 +02:00
Update gatekeeper
All checks were successful
Check flake syntax / flake-check (push) Successful in 47m7s
Hydra callback / on_pr (pull_request) Successful in 4m27s
Hydra callback / on_push (pull_request) Has been skipped
6b70d4d151
ahtlon added 1 commit 2026-08-08 16:41:51 +02:00
Add mosquitto
Some checks failed
Check flake syntax / flake-check (push) Successful in 25m25s
Hydra callback / on_push (pull_request) Has been skipped
Hydra callback / on_pr (pull_request) Failing after 3h14m30s
3de04bb5d4
Some checks failed
Check flake syntax / flake-check (push) Successful in 25m25s
Required
Details
Hydra callback / on_push (pull_request) Has been skipped
Hydra callback / on_pr (pull_request) Failing after 3h14m30s
Required
Details
This pull request doesn't have enough required approvals yet. 0 of 1 official approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin gatekeeper_raspi:gatekeeper_raspi
git checkout gatekeeper_raspi
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: malobeo/infrastructure#165