summaryrefslogtreecommitdiff
path: root/modules/examples/ofborg.nix
AgeCommit message (Collapse)Author
2024-11-07examples: drop `ofborg` exampleMichael Hoang
We decided to drop this example as the package is not available in Nixpkgs and we won't be able to import it easily and keep this example evaluating as a useful smoke test. The code in this example is already documented under `services.ofborg.*` so any interested users can still find out how to set up `ofborg`.
2024-11-07ofborg: automatically add `ofborg` to `known{Users,Groups}`Michael Hoang
2024-09-11{ids,checks}: update for new builder UID/GID valuesEmily
2020-05-30nix: better defaults settings for maxJobs/buildCoresJörg Thalheim
most users just want to use all available cores. This commit aligns our defaults with what we do in NixOS
2019-05-01nix: make nix.nixPath merge by defaultDaiderd Jordan
Since named entries can be overridden now based on ordering now merging is only a problem for removing one of the default search paths, in which case a higher priority eg. mkForce can be used. { nix.nixPath = [{ darwin-config = "/darwin.nix"; }]; } Will result in [ "darwin-config=/darwin.nix" "/nix/var/nix/profiles/per-user/root/channels" "$HOME/.nix-defexpr/channels" ] Fixes #137
2018-08-21examples: remove nix-repl and nixUnstable referencesDaiderd Jordan
2018-04-08bump stateVersion in examplesDaiderd Jordan
2018-03-05ofborg: add more comments to the exampleDaiderd Jordan
2018-01-30ofborg: add channel commands to exampleDaiderd Jordan
2018-01-29ofborg: add example configurationDaiderd Jordan