summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* create-amis.sh: fix typoorigin/reusable-ami-scriptTimothy DeHerrera2021-09-222-7/+4
|
* create-amis.sh: use status messageTimothy DeHerrera2021-09-221-3/+3
| | | | | The progress ID is fairly useless. Status message is more useful for humans.
* create-amis.sh: add support for the ZFS AMIsTimothy DeHerrera2021-09-221-32/+60
|
* create-amis.sh: allow uploading private AMIsTimothy DeHerrera2021-09-221-2/+2
|
* create-amis.sh: make vars overridable from envTimothy DeHerrera2021-09-221-6/+10
|
* Merge pull request #137730 from r-ryantm/auto-update/bosh-cliRobert Scott2021-09-141-2/+2
|\ | | | | bosh-cli: 6.4.5 -> 6.4.6
| * bosh-cli: 6.4.5 -> 6.4.6R. RyanTM2021-09-141-2/+2
| |
* | Merge pull request #136367 from LavaDesu/tsgrammar-fixfigsoda2021-09-141-2/+3
|\ \ | | | | | | tree-sitter: replace hyphens with underscores in .withPlugins
| * | tree-sitter: replace hyphens with underscores in .withPluginsLavaDesu2021-09-011-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_opsMichael Raskin2021-09-141-2/+2
|\ \ \ | | | | | | | | libatomic_ops: 7.6.10 -> 7.6.12
| * | | libatomic_ops: 7.6.10 -> 7.6.12R. RyanTM2021-09-141-2/+2
| | | |
* | | | Merge pull request #137641 from LeSuisse/agebox-0.6.0figsoda2021-09-141-3/+3
|\ \ \ \ | | | | | | | | | | agebox: 0.5.2 -> 0.6.0
| * | | | agebox: 0.5.2 -> 0.6.0Thomas Gerbet2021-09-131-3/+3
| | | | | | | | | | | | | | | | | | | | https://github.com/slok/agebox/releases/tag/v0.6.0
* | | | | Merge pull request #104828 from matthewbauer/add-disableInstallerTools-optionArtturi2021-09-141-1/+14
|\ \ \ \ \
| * | | | | installers/tools: add system.disableInstallerTools optionMatthew Bauer2020-11-241-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/proselintfigsoda2021-09-141-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | proselint: 0.10.2 -> 0.12.0
| * | | | | | proselint: 0.10.2 -> 0.12.0R. RyanTM2021-09-121-2/+2
| | | | | | |
* | | | | | | Merge pull request #137792 from r-ryantm/auto-update/recollRyan Mulligan2021-09-141-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python38Packages.recoll: 1.28.6 -> 1.31.0
| * | | | | | | python38Packages.recoll: 1.28.6 -> 1.31.0R. RyanTM2021-09-141-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #137742 from r-ryantm/auto-update/coordgenlibsRyan Mulligan2021-09-141-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | coordgenlibs: 2.0.3 -> 3.0.0
| * | | | | | | coordgenlibs: 2.0.3 -> 3.0.0R. RyanTM2021-09-141-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #137722 from r-ryantm/auto-update/babashkaRyan Mulligan2021-09-141-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | babashka: 0.6.0 -> 0.6.1
| * | | | | | | babashka: 0.6.0 -> 0.6.1R. RyanTM2021-09-141-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #137834 from r-ryantm/auto-update/qbsRyan Mulligan2021-09-141-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | qbs: 1.19.1 -> 1.20.0
| * | | | | | | qbs: 1.19.1 -> 1.20.0R. RyanTM2021-09-141-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #137640 from babariviere/babashka/fix-darwinfigsoda2021-09-141-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | babashka: fix build on darwin
| * | | | | | | | babashka: fix build on darwinBastien Riviere2021-09-131-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #137701 from r-ryantm/auto-update/swappyRyan Mulligan2021-09-141-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | swappy: 1.3.1 -> 1.4.0
| * | | | | | | | | swappy: 1.3.1 -> 1.4.0R. RyanTM2021-09-131-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #137559 from r-ryantm/auto-update/jicofoRyan Mulligan2021-09-141-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | jicofo: 1.0-756 -> 1.0-798
| * | | | | | | | | jicofo: 1.0-756 -> 1.0-798R. RyanTM2021-09-121-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #137563 from r-ryantm/auto-update/jitsi-meetRyan Mulligan2021-09-141-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | jitsi-meet: 1.0.5056 -> 1.0.5307
| * | | | | | | | | jitsi-meet: 1.0.5056 -> 1.0.5307R. RyanTM2021-09-121-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #137568 from r-ryantm/auto-update/jitsi-videobridgeRyan Mulligan2021-09-141-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | jitsi-videobridge: 2.1-508-gb24f756c -> 2.1-551-g2ad6eb0b
| * | | | | | | | | jitsi-videobridge: 2.1-508-gb24f756c -> 2.1-551-g2ad6eb0bR. RyanTM2021-09-121-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #136625 from yusdacra/update-bufBobby Rong2021-09-143-14/+14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | buf: 0.52.0 -> 0.54.1
| * | | | | | | | | buf: 0.52.0 -> 0.54.1Yusuf Bera Ertan2021-09-033-14/+14
| | | | | | | | | |
* | | | | | | | | | Merge pull request #136937 from fabaff/aiogithubapiSandro2021-09-142-0/+55
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python3Packages.aiogithubapi: init at 21.8.1
| * | | | | | | | | | python3Packages.aiogithubapi: init at 21.8.1Fabian Affolter2021-09-142-0/+55
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #135626 from delroth/tor-netlinkBobby Rong2021-09-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/tor: allow AF_NETLINK address family
| * | | | | | | | | | | nixos/tor: allow AF_NETLINK address familyPierre Bourdon2021-08-251-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/avocodeBobby Rong2021-09-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | avocode: 4.15.0 -> 4.15.1
| * | | | | | | | | | | | avocode: 4.15.0 -> 4.15.1R. RyanTM2021-08-201-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #135984 from r-ryantm/auto-update/smtubefigsoda2021-09-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | smtube: 20.6.0 -> 21.7.0
| * | | | | | | | | | | | | smtube: 20.6.0 -> 21.7.0R. RyanTM2021-08-271-2/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #135812 from r-ryantm/auto-update/unclutter-xfixesfigsoda2021-09-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unclutter-xfixes: 1.5 -> 1.6
| * | | | | | | | | | | | | | unclutter-xfixes: 1.5 -> 1.6R. RyanTM2021-08-261-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #135947 from r-ryantm/auto-update/apt-offlineBobby Rong2021-09-141-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apt-offline: unstable-2021-04-11 -> unstable-2021-07-25
| * | | | | | | | | | | | | | | apt-offline: unstable-2021-04-11 -> unstable-2021-07-25R. RyanTM2021-08-271-3/+3
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #137824 from r-ryantm/auto-update/kube-scoreArtturi2021-09-141-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \