| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | create-amis.sh: fix typoorigin/reusable-ami-script | Timothy DeHerrera | 2021-09-22 | 2 | -7/+4 |
| | | |||||
| * | create-amis.sh: use status message | Timothy DeHerrera | 2021-09-22 | 1 | -3/+3 |
| | | | | | | The progress ID is fairly useless. Status message is more useful for humans. | ||||
| * | create-amis.sh: add support for the ZFS AMIs | Timothy DeHerrera | 2021-09-22 | 1 | -32/+60 |
| | | |||||
| * | create-amis.sh: allow uploading private AMIs | Timothy DeHerrera | 2021-09-22 | 1 | -2/+2 |
| | | |||||
| * | create-amis.sh: make vars overridable from env | Timothy DeHerrera | 2021-09-22 | 1 | -6/+10 |
| | | |||||
| * | Merge pull request #137730 from r-ryantm/auto-update/bosh-cli | Robert Scott | 2021-09-14 | 1 | -2/+2 |
| |\ | | | | | bosh-cli: 6.4.5 -> 6.4.6 | ||||
| | * | bosh-cli: 6.4.5 -> 6.4.6 | R. RyanTM | 2021-09-14 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #136367 from LavaDesu/tsgrammar-fix | figsoda | 2021-09-14 | 1 | -2/+3 |
| |\ \ | | | | | | | tree-sitter: replace hyphens with underscores in .withPlugins | ||||
| | * | | tree-sitter: replace hyphens with underscores in .withPlugins | LavaDesu | 2021-09-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | nvim-treesitter expects underscores instead of hyphens, causing some grammars not to be recognised | ||||
| * | | | Merge pull request #137835 from r-ryantm/auto-update/libatomic_ops | Michael Raskin | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | libatomic_ops: 7.6.10 -> 7.6.12 | ||||
| | * | | | libatomic_ops: 7.6.10 -> 7.6.12 | R. RyanTM | 2021-09-14 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #137641 from LeSuisse/agebox-0.6.0 | figsoda | 2021-09-14 | 1 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | agebox: 0.5.2 -> 0.6.0 | ||||
| | * | | | | agebox: 0.5.2 -> 0.6.0 | Thomas Gerbet | 2021-09-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | https://github.com/slok/agebox/releases/tag/v0.6.0 | ||||
| * | | | | | Merge pull request #104828 from matthewbauer/add-disableInstallerTools-option | Artturi | 2021-09-14 | 1 | -1/+14 |
| |\ \ \ \ \ | |||||
| | * | | | | | installers/tools: add system.disableInstallerTools option | Matthew Bauer | 2020-11-24 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option can be set to disable installer tools like nixos-rebuild, nixos-install, and nixos-generate-config (as well as more). This is nice when a system is not expected to be rebuild or reconfigure itself such as in a stateless PXE setup, as well as other embedded scenarios. Note, that the system can still be updated, but it must either get nixos-rebuild from another source, or, for embedded systems, be upgraded by another machine like: nix copy "$system" --to "ssh://root@<host>" && ssh "root@<host>" "nix-env -p /nix/var/nix/profiles/system --set $system && $system/bin/switch-to-configuration switch". Along with other options, this allows removing Perl from a closure. For example: { boot.enableContainers = false; environment.defaultPackages = []; system.disableInstallerTools = true; } should not include Perl. | ||||
| * | | | | | | Merge pull request #137592 from r-ryantm/auto-update/proselint | figsoda | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | proselint: 0.10.2 -> 0.12.0 | ||||
| | * | | | | | | proselint: 0.10.2 -> 0.12.0 | R. RyanTM | 2021-09-12 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #137792 from r-ryantm/auto-update/recoll | Ryan Mulligan | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | python38Packages.recoll: 1.28.6 -> 1.31.0 | ||||
| | * | | | | | | | python38Packages.recoll: 1.28.6 -> 1.31.0 | R. RyanTM | 2021-09-14 | 1 | -2/+2 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge pull request #137742 from r-ryantm/auto-update/coordgenlibs | Ryan Mulligan | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | coordgenlibs: 2.0.3 -> 3.0.0 | ||||
| | * | | | | | | | coordgenlibs: 2.0.3 -> 3.0.0 | R. RyanTM | 2021-09-14 | 1 | -2/+2 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #137722 from r-ryantm/auto-update/babashka | Ryan Mulligan | 2021-09-14 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | babashka: 0.6.0 -> 0.6.1 | ||||
| | * | | | | | | | babashka: 0.6.0 -> 0.6.1 | R. RyanTM | 2021-09-14 | 1 | -3/+3 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #137834 from r-ryantm/auto-update/qbs | Ryan Mulligan | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | qbs: 1.19.1 -> 1.20.0 | ||||
| | * | | | | | | | qbs: 1.19.1 -> 1.20.0 | R. RyanTM | 2021-09-14 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #137640 from babariviere/babashka/fix-darwin | figsoda | 2021-09-14 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | babashka: fix build on darwin | ||||
| | * | | | | | | | | babashka: fix build on darwin | Bastien Riviere | 2021-09-13 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #137701 from r-ryantm/auto-update/swappy | Ryan Mulligan | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | swappy: 1.3.1 -> 1.4.0 | ||||
| | * | | | | | | | | | swappy: 1.3.1 -> 1.4.0 | R. RyanTM | 2021-09-13 | 1 | -2/+2 |
| | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #137559 from r-ryantm/auto-update/jicofo | Ryan Mulligan | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jicofo: 1.0-756 -> 1.0-798 | ||||
| | * | | | | | | | | | jicofo: 1.0-756 -> 1.0-798 | R. RyanTM | 2021-09-12 | 1 | -2/+2 |
| | | |_|_|/ / / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #137563 from r-ryantm/auto-update/jitsi-meet | Ryan Mulligan | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jitsi-meet: 1.0.5056 -> 1.0.5307 | ||||
| | * | | | | | | | | | jitsi-meet: 1.0.5056 -> 1.0.5307 | R. RyanTM | 2021-09-12 | 1 | -2/+2 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #137568 from r-ryantm/auto-update/jitsi-videobridge | Ryan Mulligan | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jitsi-videobridge: 2.1-508-gb24f756c -> 2.1-551-g2ad6eb0b | ||||
| | * | | | | | | | | | jitsi-videobridge: 2.1-508-gb24f756c -> 2.1-551-g2ad6eb0b | R. RyanTM | 2021-09-12 | 1 | -2/+2 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #136625 from yusdacra/update-buf | Bobby Rong | 2021-09-14 | 3 | -14/+14 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | buf: 0.52.0 -> 0.54.1 | ||||
| | * | | | | | | | | | buf: 0.52.0 -> 0.54.1 | Yusuf Bera Ertan | 2021-09-03 | 3 | -14/+14 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #136937 from fabaff/aiogithubapi | Sandro | 2021-09-14 | 2 | -0/+55 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | python3Packages.aiogithubapi: init at 21.8.1 | ||||
| | * | | | | | | | | | | python3Packages.aiogithubapi: init at 21.8.1 | Fabian Affolter | 2021-09-14 | 2 | -0/+55 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #135626 from delroth/tor-netlink | Bobby Rong | 2021-09-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nixos/tor: allow AF_NETLINK address family | ||||
| | * | | | | | | | | | | | nixos/tor: allow AF_NETLINK address family | Pierre Bourdon | 2021-08-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tor attempts to detect what external IP address a machine is using by listing addresses on all network interfaces on the system. This listing is done using getifaddrs(3), which relies on netlink in order to get IPv6 address information. This change fixes Tor not finding the relay's IPv6 address unless explicitly configured via either an ORPort directive or via DNS resolution of the machine hostname. | ||||
| * | | | | | | | | | | | | Merge pull request #134973 from r-ryantm/auto-update/avocode | Bobby Rong | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | avocode: 4.15.0 -> 4.15.1 | ||||
| | * | | | | | | | | | | | | avocode: 4.15.0 -> 4.15.1 | R. RyanTM | 2021-08-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #135984 from r-ryantm/auto-update/smtube | figsoda | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smtube: 20.6.0 -> 21.7.0 | ||||
| | * | | | | | | | | | | | | | smtube: 20.6.0 -> 21.7.0 | R. RyanTM | 2021-08-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #135812 from r-ryantm/auto-update/unclutter-xfixes | figsoda | 2021-09-14 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unclutter-xfixes: 1.5 -> 1.6 | ||||
| | * | | | | | | | | | | | | | | unclutter-xfixes: 1.5 -> 1.6 | R. RyanTM | 2021-08-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge pull request #135947 from r-ryantm/auto-update/apt-offline | Bobby Rong | 2021-09-14 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apt-offline: unstable-2021-04-11 -> unstable-2021-07-25 | ||||
| | * | | | | | | | | | | | | | | | apt-offline: unstable-2021-04-11 -> unstable-2021-07-25 | R. RyanTM | 2021-08-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #137824 from r-ryantm/auto-update/kube-score | Artturi | 2021-09-14 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
