Commit Graph

346924 Commits

Author SHA1 Message Date
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
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
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
Franz Pletz
76aa0af628
Merge branch 'master' into mattermost-6.3 2022-01-18 13:23:38 +01:00
Felix Buehler
7caa6f4de4 nixos/borgbackup: move systemd.timers logic into single block 2022-01-18 12:53:36 +01:00
Sandro
bed1dbe52f
Merge pull request #154858 from 0xbe7a/rich-11 2022-01-18 12:17:27 +01:00
Sandro
e4c6a6c68f
Merge pull request #155280 from SuperSandro2000/cairocffi 2022-01-18 11:41:18 +01:00
Bobby Rong
268ad6e846
Merge pull request #155459 from veprbl/pr/broken_itpp
itpp: mark as broken on darwin
2022-01-18 18:26:52 +08:00
Woky
a2e3f0c6b4
ombi: 4.0.1468 -> 4.3.3 (#154919) 2022-01-18 18:21:43 +08:00
Dmitry Kalinkin
679fcbf366
itpp: mark as broken on darwin 2022-01-18 04:54:46 -05:00
Martin Weinelt
4cb2e26459
Merge pull request #155450 from mweinelt/home-assistant 2022-01-18 10:45:14 +01:00
pennae
42d6774dc7
Merge pull request #155295 from InternetUnexplorer/nix-serve-open-firewall
nixos/nix-serve: add openFirewall option
2022-01-18 09:36:12 +00:00
Domen Kožar
42994be64b nixos: add cachix-agent service 2022-01-18 10:26:47 +01:00
Artturi
78ff70f529
Merge pull request #153762 from Artturin/ananicymod1 2022-01-18 10:49:13 +02:00
Martin Weinelt
5082a3f29d python3Packages.hap-python: 4.3.0 -> 4.4.0 2022-01-18 09:30:52 +01:00
Martin Weinelt
5efc7a631f
home-assistant: 2021.12.9 -> 2021.12.10 2022-01-18 08:59:52 +01:00
Martin Weinelt
0f2cd2b41c python3Packages.yalexs: 1.1.17 -> 1.1.19 2022-01-18 08:50:35 +01:00
Harrison Houghton
9789ed45b7 freenect: fix
As mentioned in the linked PKGBUILD, the proper variable is
GLUT_LIBRARIES these days.
2022-01-18 08:49:35 +01:00
Fabian Affolter
7ad3c5f956
Merge pull request #155425 from fabaff/fix-cot
python3Packages.cot: disable failing test
2022-01-18 08:35:43 +01:00
Fabian Affolter
af71d014f7
Merge pull request #155428 from fabaff/fix-hwi
python3Packages.hwi: allow Python > 3.10
2022-01-18 08:35:29 +01:00