| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-06 | system/checks: allow disabling the buildUsers check | Cole Helbling | |
| This allows systems with auto-allocate-uids enabled to work (by disabling this check). | |||
| 2023-06-01 | Document font overriding behaviour | David Baynard | |
| 2023-05-31 | flakes: Do not verify channels when using flakes. | John Soo | |
| 2023-05-27 | feat: use enum instead of str for constraints nicer | sxyazi | |
| 2023-05-27 | feat: add `AppleWindowTabbingMode` option | sxyazi | |
| 2023-05-27 | feat: add `AppleScrollerPagingBehavior` option | sxyazi | |
| 2023-05-27 | fix: type | sxyazi | |
| 2023-05-27 | feat: add `mouseDriverCursorSize` option | sxyazi | |
| 2023-05-22 | Merge pull request #616 from gshpychka/patch-1 | Daiderd Jordan | |
| feat: support writing arrays to system defaults | |||
| 2023-05-17 | Match nixos handling of fonts.fonts by looking for .ttf, .ttc, and .otf ↵ | Quentin Smith | |
| files in any directory in the passed packages | |||
| 2023-05-17 | Merge pull request #661 from ↵ | Daiderd Jordan | |
| serokell/rvem/change-buildkite-agent-runtimePackages-option buildkite-agent: allow 'types.path' in runtimePackages | |||
| 2023-05-16 | buildkite-agent: allow 'types.path' in runtimePackages | Roman Melnikov | |
| This might be useful when some non-nix packages need to be provided, e.g. 'brew'. | |||
| 2023-05-15 | refactor: rename clock option menuExtraClock | Hraban Luyat | |
| 2023-05-15 | feat: defaults write com.apple.menuextra.clock | Hraban Luyat | |
| 2023-05-15 | Merge pull request #654 from shivaraj-bh/authorized-keys | Domen Kožar | |
| Manage SSH authorized keys for users | |||
| 2023-05-10 | Merge pull request #638 from aerialls/screensaver | Daiderd Jordan | |
| feat(screensaver): add support of askForPassword and askForPasswordDelay | |||
| 2023-05-10 | Merge pull request #650 from amarshall/fix-registry-extra-attrs | Daiderd Jordan | |
| nix: Fix registry extra attrs not being applied | |||
| 2023-05-10 | Merge pull request #612 from maljub01/patch-1 | Daiderd Jordan | |
| Fix system.patches | |||
| 2023-05-10 | give credits | sbh69840 | |
| 2023-05-10 | newline eof for authorized-keys conf | sbh69840 | |
| 2023-05-10 | authkeys path in sshd_config | sbh69840 | |
| 2023-05-10 | don't check knownSha256 for authorized_keys files | sbh69840 | |
| 2023-05-10 | enable copy | sbh69840 | |
| 2023-05-10 | support authorized_keys for users | sbh69840 | |
| 2023-05-10 | buildkite-agent: update module | Roman Melnikov | |
| Update module to look it similar to what it currently present in 'nixpkgs'. Mainly, to provide support for running multiple buildkite-agents. | |||
| 2023-05-04 | nix: Fix registry extra attrs not being applied | Andrew Marshall | |
| This was mkDefault { } // filterAttrs () x which is interpreted as (mkDefault { }) // (filterAttrs () x) but the intention is mkDefault ({ } // filterAttrs () x) Resulting in lastModified, rev, etc. not being included. This is essentially just bringing this clause up-to-date with the one from NixOS. | |||
| 2023-04-30 | feat(screensaver): add support of askForPassword and askForPasswordDelay | Julien Brochet | |
| 2023-04-20 | Merge pull request #624 from lovesegfault/repeated-fonts | Domen Kožar | |
| fix(modules/fonts): ignore repeated fonts | |||
| 2023-04-20 | Merge pull request #637 from quentinmit/launchd | Domen Kožar | |
| Add/fix some launchd.plist options | |||
| 2023-04-19 | Add/fix some launchd.plist options | Quentin Smith | |
| 2023-04-18 | synergy: add options for TLS | Michael Hoang | |
| 2023-04-10 | Merge pull request #625 from Enzime/improve-karabiner-elements | Domen Kožar | |
| Improve Karabiner-Elements installer reliability | |||
| 2023-03-29 | Improve Karabiner-Elements installer reliability | Michael Hoang | |
| Hopefully fixes #564 | |||
| 2023-03-28 | fix(modules/fonts): ignore repeated fonts | Bernardo Meurer | |
| Without this, attempts to build the fonts dir with repeated font packages in `fonts.fonts` will yield: ``` ln: failed to create symbolic link '/nix/store/6im9rm87nxc82nqbv350hfp2w7ja1z47-fonts/Library/Fonts/IBMPlexSansThai-Thin.otf': File exists ``` | |||
| 2023-03-21 | fix(wg-quick): builtins function typo | Vadim | |
| 2023-03-14 | feat: support writing arrays to system defaults | Glib Shpychka | |
| 2023-03-07 | Only use `--force` for patches applied in reverse | Marwan Aljubeh | |
| Using `--forward` already instructs `--patch` to ignore patches that it thinks are reversed or already applied. | |||
| 2023-03-07 | Add `--force` to all patch invocations | Marwan Aljubeh | |
| 2023-03-07 | Fix system.patches | Marwan Aljubeh | |
| Currently, `system.patches` doesn't work because it will attempt to first detect if the patch has already been applied by checking if it can be applied in reverse. However, when that happens, `patch` detects that the supplied patch is incorrectly reversed and attempts to ask the user if they want to "Ignore -R": ``` Unreversed (or previously applied) patch detected! Ignore -R? [y] ``` Because the output is piped to `/dev/null` the user will basically see nothing and `darwin-rebuild switch` will hang until the user presses "Enter" (possibly to check if the terminal is frozen). At which point, patch will ignore the --reverse and exit successfully, preventing the patch from being applied at all. This change fixes that bug by using `--force` which tells patch that we know what we're doing and prevents it from prompting the user if they want to ignore `--reverse`. | |||
| 2022-12-29 | services.hercules-ci-agent: Explain default concurrentTasks is core count | Robert Hensing | |
| 2022-12-22 | hercules-ci-agent: Remove old nix version check | Robert Hensing | |
| This problem is multiple releases in the past now. It has served its purpose. | |||
| 2022-12-22 | hercules-ci-agent: init | Robert Hensing | |
| Source files originate from the hercules-ci-agent repository and I will make sure to keep them in sync, bidirectionally. The module is split into two files to make maintenance of the common parts with NixOS easier. | |||
| 2022-12-22 | Add meta.maintainers option | Robert Hensing | |
| 2022-12-16 | Merge pull request #452 from psm14/mouse-scaling | Domen Kožar | |
| add mouse scaling system setting | |||
| 2022-12-16 | Merge pull request #580 from sliminality/add-24h-time | Domen Kožar | |
| Add option to use 24-hour system time | |||
| 2022-12-14 | Merge pull request #468 from lf-/postgres-update | Domen Kožar | |
| services/postgresql: update to the latest upstream nixos module | |||
| 2022-12-13 | Add option to set 24-hour time | Slim Lim | |
| Normally, the system region setting determines whether the clock uses 12- or 24-hour time. This flag allows users to override this setting and use 24-hour time even if their region does not. | |||
| 2022-12-02 | Add wg-quick module | 4825764518 | |
| 2022-11-15 | Merge pull request #553 from n8henrie/issue_543 | Domen Kožar | |
| Add system terminfo to TERMINFO_DIRS by default | |||
| 2022-11-10 | services/postgresql: update to the latest upstream nixos module | Jade Lovelace | |
| I want a newish postgres config to work on my Mac. This contains a little hack (putting the check-config derivation into the start script as a comment) to deal with not having #356. It's otherwise identical to the upstream module. | |||
