Commit Graph

346944 Commits

Author SHA1 Message Date
Johannes Arnold 2fe87635b5 python3Packages.file_read_backwards: init at 2.0.0 2022-01-18 20:54:00 +01:00
Johannes Arnold a85dc0c5a0 octoprint.python.pkgs.octolapse: init at 0.4.1 2022-01-18 20:51:55 +01:00
Sandro 66023aed5c Merge pull request #155214 from gador/flask-gravatar-update 2022-01-18 20:41:20 +01:00
Emery Hemingway 95dfbf360c nncp: 8.0.2 -> 8.1.0 2022-01-18 20:23:04 +01:00
Aaron Andersen 488a7b9355 Merge pull request #155093 from bb2020/mbpfan
nixos/mbpfan: convert to structural settings
2022-01-18 14:00:57 -05:00
Sandro b30d675094 Merge pull request #155219 from gador/speaklater3-init 2022-01-18 19:49:02 +01:00
bb2020 272fc86d2c nixos/mbpfan: convert to structural settings 2022-01-18 21:31:33 +03:00
Tobias Bora d3a146c2ec bespokesynth: 1.0 -> 1.1.0. Fixing issues with file loading (#144708)
Co-authored-by: OPNA2608 <christoph.neidahl@gmail.com>
2022-01-18 19:30:50 +01:00
bb2020 6f7bf7bc46 nixos/mbpfan: set aggressive default values 2022-01-18 21:26:52 +03:00
Sandro 222f62ed88 Merge pull request #155474 from 0xbe7a/pferd-3.3.1 2022-01-18 19:25:46 +01:00
Sandro 38ae3526d4 Merge pull request #155215 from gador/flask-paranoid-update 2022-01-18 19:23:20 +01:00
Sandro aad4d13f52 Update pkgs/development/python-modules/flask-gravatar/default.nix 2022-01-18 19:21:47 +01:00
Sandro 1d3ab9fedf Merge pull request #155217 from gador/httpagentparser-init 2022-01-18 19:19:32 +01:00
Sandro 0656394179 Merge pull request #155418 from gador/add-sentinels 2022-01-18 19:14:32 +01:00
evils ba7c4fa91d kicad: enable i18n by default (#155065)
without i18n
/nix/store/xgs0n52djlqqmw6qlvg6j2jxpzdpsi92-kicad-6.0.1   7269408096
/nix/store/k7ra3zkx6mp0b3ivsf0ba14mbinwws0w-kicad-unstable-33a4c9b08e   7277796352
with i18n
/nix/store/2xh82r2znqipky0sny49h9cs5fbhmh4v-kicad-6.0.1   7286672288
/nix/store/532r1f3j8xjki8g87400n0gnd594pcbm-kicad-unstable-33a4c9b08e   7294795424
2022-01-18 13:06:30 -05:00
legendofmiracles 84ccd32d19 Merge pull request #155216 from sudosubin/feature/pipenv-completions 2022-01-18 11:52:47 -06:00
Sandro def9731a32 Merge pull request #155397 from ImGabe/vscode-extensions.jdinhlife.gruvbox 2022-01-18 18:32:39 +01:00
Sandro 1ed2fd0b4f Merge pull request #148674 from NotGordias/patch-2 2022-01-18 18:27:25 +01:00
Anderson Torres 271e516509 Merge pull request #155263 from AndersonTorres/new-games
all-packages.nix: reordering expressions
2022-01-18 14:20:30 -03:00
pennae 54fcd869d8 Merge pull request #155009 from domenkozar/cachix-agent
nixos: add cachix-agent service
2022-01-18 17:06:39 +00:00
adisbladis d8c194e03d Merge pull request #155476 from saschagrunert/fuse
fuse-overlayfs: 1.8 -> 1.8.1
2022-01-19 04:54:49 +12:00
AndersonTorres 87fb0aed85 all-packages.nix: reformat some expressions
More specifically, moving the games to the `###GAMES` section, and moving the
non-games out of it.
2022-01-18 13:41:15 -03:00
Vladimír Čunát 24bb158cf0 Merge #143715: nixos/malloc: fix scudo on aarch64-linux 2022-01-18 17:39:33 +01:00
pennae 21115ea8f9 Merge pull request #155041 from tokudan/ssh-rename-optionCRA
openssh: Rename option, old option is deprecated upstream
2022-01-18 16:07:20 +00:00
Domen Kožar 91cc0cf63b Update nixos/modules/services/system/cachix-agent/default.nix
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2022-01-18 16:49:18 +01:00
sudosubin 617f6e0a8b pipenv: refact to use installShellCompletion 2022-01-19 00:16:39 +09:00
Sandro 30cc7340f5 Merge pull request #143401 from WolfangAukang/pomotroid 2022-01-18 15:54:25 +01:00
davidak d930b1398e Merge pull request #155359 from davidak/monitor
monitor: 0.11.0 -> 0.12.0
2022-01-18 15:40:01 +01:00
Kim Lindberger 50863c506e Merge pull request #154564 from talyz/bookstack-improve
nixos/bookstack: Improve configuration handling and fix issues
2022-01-18 15:35:43 +01:00
Janne Heß 156ce6b525 Merge pull request #153279 from austinbutler/element-desktop-sqlcipher-not-found
element-desktop: fix "Sqlcipher support is missing"
2022-01-18 15:28:19 +01:00
talyz 07b64a2ad7 nixos/bookstack: Add option config to replace extraConfig
The `extraConfig` parameter only handles text - it doesn't support
arbitrary secrets and, with the way it's processed in the setup
script, it's very easy to accidentally unescape the echoed string and
run shell commands / feed garbage to bash.

To fix this, implement a new option, `config`, which instead takes a
typed attribute set, generates the `.env` file in nix and does
arbitrary secret replacement. This option is then used to provide the
configuration for all other options which change the `.env` file.
2022-01-18 15:16:23 +01:00
talyz a0b54a0626 nixos/bookstack: Simplify the nginx setup
Use the recommended defaults and remove unnecessary configuration.
2022-01-18 15:16:17 +01:00
talyz df607c1d1f nixos/bookstack: Make the hostname configurable...
...and set a reasonable default `appURL` based on it.

This is pretty much required when configuring ACME, and useful in
general.
2022-01-18 15:16:11 +01:00
Jonas Chevalier 2c20f2181d Merge pull request #154936 from zimbatm/terraform-providers-cleanup
more terraform cleanup
2022-01-18 15:16:07 +01:00
talyz e7fa7fdffc nixos/bookstack: Clear the cache more reliably
When upgrading bookstack, if something in the cache conflicts with the
new installation, the artisan commands might fail. To solve this, make
the cache lifetime bound to the setup service. This also removes the
`cacheDir` option, since the path is now handled automatically by
systemd.
2022-01-18 15:16:04 +01:00
Sascha Grunert 04386f3552 fuse-overlayfs: 1.8 -> 1.8.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-18 15:09:54 +01:00
davidak d35021fc31 monitor: 0.11.0 -> 0.12.0 2022-01-18 22:06:43 +08:00
pennae 97922bf97e Merge pull request #154615 from r-ryantm/auto-update/libpqxx
libpqxx: 7.6.0 -> 7.7.0
2022-01-18 13:58:57 +00:00
pennae e28833d549 Merge pull request #154528 from r-ryantm/auto-update/telepresence2
telepresence2: 2.4.6 -> 2.4.9
2022-01-18 13:58:25 +00:00
be7a d6a6139d65 pferd: 3.2.0 -> 3.3.1 2022-01-18 14:39:40 +01:00
Franz Pletz 70630b4a19 Merge pull request #155299 from numinit/mattermost-6.3 2022-01-18 14:27:54 +01:00
markuskowa 6cf69d2b85 Merge pull request #155381 from markuskowa/upd-gromacs
gromacs: 2021.4 -> 2021.5
2022-01-18 14:20:11 +01:00
gador c6a18b488c python3Packages.flask-gravatar: init at 0.5.0
needed for pgadmin4 init
https://github.com/NixOS/nixpkgs/pull/154764
2022-01-18 14:05:49 +01:00
gador bc53afc574 python3Packages.httpagentparser: init at 1.9.1 2022-01-18 14:05:23 +01:00
Daniel Frank d851c11a9f openssh: add release-notes entry for services.openssh.{challengeResponseAuthentication -> kbdInteractiveAuthentication} 2022-01-18 14:01:20 +01:00
Daniel Frank 11b2191b74 openssh: Update tests to use new option name 2022-01-18 13:58:33 +01:00
Daniel Frank 6d985ef174 openssh: Rename option, old option is deprecated upstream 2022-01-18 13:58:29 +01:00
Robert Helgesson 3c2143ee7f cue: 0.4.0 -> 0.4.1
Also

- download source from GitHub,

- run test suite, and

- add simple installation test.
2022-01-18 13:48:41 +01:00
pennae 363577461d Merge pull request #153346 from Stunkymonkey/borg-persistent
nixos/borgbackup: Add a persistentTimer option.
2022-01-18 12:29:17 +00:00
Janne Heß 44cb0a4c67 Merge pull request #155443 from vs49688/sy
nixos/modules/syncthing: add 22000/udp to firewall
2022-01-18 13:27:06 +01:00