add goldman, the rpi that runs gatekeeper #165
Reference in New Issue
Block a user
Delete Branch "gatekeeper_raspi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the module being loaded:
https://git.dynamicdiscord.de/malobeo/gatekeeper/src/branch/master/module.nix
Currently missing:
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-cardand thenzstd -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:0This can also be done via commandline using
--override-input gatekeeper /path/to/gatekeeperView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.