Florian Klink
90bc3ec9b9
nixos/sssd remove redundant condition
...
This is all inside a global cfg.enable conditional, so we don't need to
check here again.
2020-05-11 16:14:51 +02:00
Florian Klink
4a69bf2a1e
nixos/systemd: enable systemd-provided nss modules unconditionally
...
A disabled nscd breaks nss module loading on NixOS, and systemd without
its nss modules doesn't really work either - instead of silently
disabling its nss modules if nscd is disabled, let the assertion in
nsswitch handle this.
2020-05-11 16:14:51 +02:00
Florian Klink
1df38e2a1d
nixos/nsswitch: update comment next to assertion
2020-05-11 16:14:51 +02:00
Florian Klink
0f6f544aaf
nixos/sssd: drop assertion
...
This is now already triggered by the nsswitch module, as we set
system.nssModules.
2020-05-11 16:14:51 +02:00
Florian Klink
1fb6c37597
nixos/samba: move nss database configuration into samba module
2020-05-11 16:14:50 +02:00
Florian Klink
fd21793de6
nixos/avahi: move nss database configuration into avahi module
2020-05-11 16:14:50 +02:00
Florian Klink
4f9c8ef791
nixos/ldap: move nss database configuration into ldap module
...
now that passwdArray and shadowArray aren't used anymore, these can be
folded.
2020-05-11 16:14:50 +02:00
Florian Klink
36b6e26d40
nixos/systemd: add to system.nssDatabases.group too
...
nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
and `group`, but when moving this into the systemd module in
c0995d22eed1a19ac9442c8460c18dd6a4c389b7, it didn't get split
appropriately.
2020-05-11 16:14:50 +02:00
Florian Klink
2297508783
nixos/google-oslogin: add to system.nssDatabases.group too
...
nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
and `group`, but when moving this into the google-oslogin module in
4b71b6f8fa5f7b06ea5d0dd37d44a73757c7f142, it didn't get split
appropriately.
2020-05-11 16:14:50 +02:00
Florian Klink
ecf327d697
nixos/sssd: add to system.nssDatabases.group too
...
nixos/modules/config/nsswitch.nix uses `passwdArray` for both `passwd`
and `group`, but when moving this into the sss module in
edddc7c82a848f1b1f23344a338b5d56b38178c0, it didn't get split
appropriately.
2020-05-11 16:14:50 +02:00
misuzu
fa0bc05978
freeswitch: 1.10.2 -> 1.10.3
2020-05-11 17:02:16 +03:00
Vladyslav M
1d02247644
Merge pull request #87586 from filalex77/ytop-0.6.1
2020-05-11 16:10:36 +03:00
Alexey Shmalko
7a411e7ad6
Merge pull request #85958 from ryneeverett/ycmd-typescript
...
ycmd: typescript completion support
2020-05-11 15:58:45 +03:00
Alexey Shmalko
54ded21f74
Merge pull request #87541 from r-ryantm/auto-update/uclibc-ng
...
uclibc: 1.0.32 -> 1.0.33
2020-05-11 15:56:48 +03:00
Tim Steinbach
0010ae4960
linux: 5.6.11 -> 5.6.12
2020-05-11 08:43:23 -04:00
Tim Steinbach
98c79eb588
linux: 5.4.39 -> 5.4.40
2020-05-11 08:43:15 -04:00
Tim Steinbach
39426327ce
linux: 4.9.222 -> 4.9.223
2020-05-11 08:43:06 -04:00
Tim Steinbach
ddd1363bff
linux: 4.4.222 -> 4.4.223
2020-05-11 08:42:56 -04:00
Tim Steinbach
36a1ca4daa
linux: 4.19.121 -> 4.19.122
2020-05-11 08:42:49 -04:00
Tim Steinbach
6d183ed8d8
linux: 4.14.179 -> 4.14.180
2020-05-11 08:42:38 -04:00
Michel Weitbrecht
90533bfde2
nixos/znapzend: Add oracleMode feature; add maintainer
...
The feature destroys snapshots one-by-one instead of all at once.
If many snapshots accumulated, destroying them all at once can fail
because the argument list is too long. See
https://github.com/oetiker/znapzend/blob/master/lib/ZnapZend/ZFS.pm#L284
2020-05-11 14:35:30 +02:00
Michel Weitbrecht
e719550694
maintainers: Add SlothOfAnarchy
2020-05-11 14:34:33 +02:00
Michel Weitbrecht
c46b26b9ad
nixos/znapzend: Use generic mbuffer path
...
The configured mbuffer path will be called on both the source and target
system. If you use pkgs.mbuffer from the source host and the target host
does not have this exact derivation, you will get a broken pipe when
sending snapshots. This is the case when transferring to a non-NixOS
system or to a host with a different mbuffer version.
2020-05-11 14:26:39 +02:00
Robert Schütz
ad8238c483
genxword: init at 2.0.1 ( #87477 )
2020-05-11 14:14:34 +02:00
Florian Klink
b12c08ca88
Merge pull request #87414 from chkno/specify-shell-when-sudoing-to-user-with-unknown-shell
...
nixos/test-driver: Specify /bin/sh shell when running a bourne shell script as the user
2020-05-11 13:32:46 +02:00
Maximilian Bosch
b95d49d034
wireguard-tools: 1.0.20200319 -> 1.0.20200510
...
https://lists.zx2c4.com/pipermail/wireguard/2020-May/005415.html
2020-05-11 13:19:05 +02:00
Gabriel Ebner
fc2c4afa11
Merge pull request #87516 from gebner/cura461
2020-05-11 13:06:16 +02:00
Aaron Andersen
67d08930d2
perlPackages.ConfigProperties: init at 1.80
2020-05-11 06:55:05 -04:00
Michele Guerini Rocco
da19aa1319
Merge pull request #87593 from vojta001/monero
...
monero: fix rcp.restricted option
2020-05-11 12:39:16 +02:00
Linus Heckemann
088a9495a8
bemenu: 0.3.0 -> 0.4.1
2020-05-11 12:18:43 +02:00
Jörg Thalheim
11c18faa4e
Merge pull request #85862 from Izorkin/nginx-paths
2020-05-11 11:17:04 +01:00
Vojtěch Káně
e7ab236cab
monero: fix rcp.restricted option
...
According to https://monerodocs.org/interacting/monerod-reference/#node-rpc-api
the correct option is restricted-rpc, not restrict-rpc.
2020-05-11 12:11:58 +02:00
Jörg Thalheim
e9853444c7
Merge pull request #85627 from druimalban/mg-darwin
2020-05-11 10:46:05 +01:00
Jörg Thalheim
885f65fbff
Merge pull request #86074 from emilazy/refactor-linux-hardened-update-script
2020-05-11 10:40:42 +01:00
Jörg Thalheim
3a9543b778
Merge pull request #82634 from evils/kicad
2020-05-11 10:27:18 +01:00
Mario Rodas
34ecd048ba
translate-shell: 0.9.6.11 -> 0.9.6.12
2020-05-11 04:20:00 -05:00
Oleksii Filonenko
f6f86bbbc6
gitAndTools.gitui: 0.2.1 -> 0.2.2
2020-05-11 08:53:29 +00:00
Oleksii Filonenko
56531f45cd
ytop: 0.6.0 -> 0.6.1
2020-05-11 08:51:43 +00:00
Oleksii Filonenko
b76ce23038
procs: 0.10.1 -> 0.10.3
2020-05-11 08:49:57 +00:00
Jörg Thalheim
b690b78b66
Merge pull request #87475 from DamienCassou/damien/nix-direnv
2020-05-11 08:40:05 +01:00
Jörg Thalheim
b5352109a7
Merge pull request #85303 from rissson/pkgs-update-yubioath-desktop
2020-05-11 08:25:32 +01:00
Frederik Rietdijk
d20d734bcf
Merge master into staging-next
2020-05-11 09:19:26 +02:00
Colby Cellador
3a768184f4
phpPackages: phpmd ( #87387 )
...
php.packages.phpmd: init at 2.8.2
2020-05-11 08:59:43 +02:00
Elis Hirwing
47d1cd332c
Merge pull request #87552 from r-ryantm/auto-update/testssl.sh
...
testssl: 3.0 -> 3.0.1
2020-05-11 08:22:16 +02:00
Jörg Thalheim
886f9fc37e
nix-direnv: add myself as maintainer
2020-05-11 06:49:37 +01:00
Jörg Thalheim
9d405dd370
nix-direnv: add preInstall/postInstall hooks
2020-05-11 06:49:23 +01:00
zowoq
a133193538
tmsu: use $out instead of $bin ( #87564 )
...
Because of https://github.com/NixOS/nixpkgs/pull/85535
2020-05-11 06:42:46 +01:00
Cole Helbling
01b645e872
nixos/doas: default rule should be first
...
In /etc/doas.conf, the last-matched rule will override all
previously-matched rules. Thus, make the default rule show up first (but
still allow some wiggle room for a user to `mkBefore` it), before any
user-defined rules.
2020-05-10 22:14:16 -07:00
Ben Wolsieffer
7d4c60f76a
webkitgtk: reenable Hydra build
2020-05-11 01:05:10 -04:00
R. RyanTM
0e0995d14c
yed: 3.19.1.1 -> 3.20
2020-05-11 03:04:49 +00:00