about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #87742 from flokli/systemd-binfmtFlorian Klink2020-05-18
|\ | | | | nixos/binfmt: move systemd-binfmt.service to binfmt module
| * nixosTests.systemd-binfmt: initFlorian Klink2020-05-18
| | | | | | | | | | | | | | | | This adds a simple test running GNU Hello cross-compiled for armv7l and aarch64 inside a x86_64 VM with configured binfmt. We already build the cross toolchains in other invocations, and building hello itself is small.
| * nixos/binfmt: move systemd-binfmt.service to binfmt moduleFlorian Klink2020-05-18
| | | | | | | | | | | | | | | | | | | | | | | | Also, remove the dangling systemd.services.systemd-binfmt.wants = [ "proc-sys-fs-binfmt_misc.mount" ]; in systemd.nix. If boot.binfmt.registrations != {}, systemd will install proc-sys-fs-binfmt_misc.automount, which will auto-mount `/proc/sys/fs/binfmt_misc` as soon as systemd-binfmt tries to access it. Fixes https://github.com/NixOS/nixpkgs/issues/87687 Fixes https://github.com/NixOS/nixops/issues/574
* | nixos/zfs: add missing dependendy nettoolsdatafoo2020-05-18
|/ | | | Fix #87823
* nixos/zoneminder: add minimal testDaniel Fullmer2020-05-17
|
* nixos/zoneminder: fix evaluation with php refactorDaniel Fullmer2020-05-17
|
* redis: handle changes to systemd supportJamie McClymont2020-05-17
| | | | | | | | | | | | The 6.0 changelog notes that systemd support was rewritten. The effects of that seem to be twofold: * Redis will silently fail to sd_notify if not built with libsystemd, breaking our unit configuration. * It also appears to misbehave if told to daemonize when running under systemd -- note that upstream's sample unit configuration does not daemonize: https://github.com/antirez/redis/blob/unstable/utils/systemd-redis_server.service
* Merge pull request #81860 from zowoq/rm-rktJörg Thalheim2020-05-16
|\
| * rkt: removezowoq2020-05-16
| |
* | Merge pull request #87871 from Mic92/uwsgiJörg Thalheim2020-05-16
|\ \ | |/ |/|
| * uwsgi: make instance configuration deeply mergeableJörg Thalheim2020-05-15
| | | | | | | | allows to specify independent uwsgi instances in two modules.
* | Merge pull request #87253 from utdemir/dockertools-preserve-envlewo2020-05-15
|\ \ | |/ |/| Preserve environment variables from the parent image on dockerTools.buildImage
| * dockerTools.buildImage: Preserve environment variables from the parent imageUtku Demir2020-05-08
| |
* | Merge pull request #87716 from AndersonTorres/weird-window-mangers-uploadAnderson Torres2020-05-14
|\ \ | | | | | | | | | | | | | | | | | | | | | Small window managers: - berry: init at 0.1.5 - smallwm: init at 2020-02-28 - yeahwm: init at 0.3.5 - lwm: init at 1.2.4
| * | lwm: init at 1.2.4AndersonTorres2020-05-13
| | | | | | | | | | | | lwm is a lightweight window manager
| * | berry: init at 0.1.5AndersonTorres2020-05-13
| | | | | | | | | | | | berry is a small window manager for X11
| * | yeahwm: init at 0.3.5AndersonTorres2020-05-13
| | | | | | | | | | | | yeahwm is a small window manager for X11, inspired by evilwm
| * | smallwm: init at 2020-02-28AndersonTorres2020-05-13
| | |
* | | postgresql: Use runuser instead of sudoEelco Dolstra2020-05-15
| | | | | | | | | | | | | | | | | | Currently, sudo doesn't work in a NixOS container running inside a Nix build, because Nix's seccomp filter doesn't allow setuid programs. In any case, runuser is a bit lower-overhead than sudo.
* | | Merge pull request #76653 from alexarice/agda-reworkDmitry Kalinkin2020-05-14
|\ \ \ | | | | | | | | Agda rework
| * | | agda: Added testManuel Bärenz2020-05-14
| | | |
* | | | Merge pull request #87820 from nhey/port-kubernetes-testFlorian Klink2020-05-14
|\ \ \ \ | | | | | | | | | | nixosTests.kubernetes: port tests to python
| * | | | nixosTests.kubernetes: port tests to pythonNikolaj Hey Hinnerskov2020-05-14
| | | | |
* | | | | nixos/manual: fix buildFlorian Klink2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This broke in https://github.com/NixOS/nixpkgs/pull/86376 Also, fix some stray trailing whitespaces
* | | | | nixos/manual: document use of systemd to mount filesystems (#87684)Ethan Glasser-Camp2020-05-14
| | | | | | | | | | | | | | | * nixos/manual: document use of systemd to mount filesystems
* | | | | nixos/mysql-replication: ignore system databases in binary logIzorkin2020-05-14
| | | | |
* | | | | nixos/tests/mysql-replication: fix test scriptIzorkin2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | MariaDB 10.4 introduces a number of changes to the authentication process, intended to make things easier and more intuitive.
* | | | | nixos/tests/mariadb-galera-rsync: fix test scriptIzorkin2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | MariaDB 10.4 introduces a number of changes to the authentication process, intended to make things easier and more intuitive.
* | | | | nixos/tests/mariadb-galera-mariabackup: fix test scriptIzorkin2020-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | MariaDB 10.4 introduces a number of changes to the authentication process, intended to make things easier and more intuitive.
* | | | | nixos/mysql: add release notesIzorkin2020-05-14
| | | | |
* | | | | nixos/mysql: disable load pluginx auth_socket in mariadbIzorkin2020-05-14
| | | | |
* | | | | mariadb-galera: 25.3.27 -> 26.4.3Izorkin2020-05-14
| | | | |
* | | | | Merge pull request #87016 from flokli/nsswitch-cleanupFlorian Klink2020-05-14
|\ \ \ \ \ | | | | | | | | | | | | nixos/nsswitch cleanup nss modules
| * | | | | nixos/nsswitch: improve error messageFlorian Klink2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show the config option triggering the assertion, so people don't necessary lookup the nixpkgs source code.
| * | | | | nixos/sssd remove redundant conditionFlorian Klink2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is all inside a global cfg.enable conditional, so we don't need to check here again.
| * | | | | nixos/systemd: enable systemd-provided nss modules unconditionallyFlorian Klink2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | nixos/nsswitch: update comment next to assertionFlorian Klink2020-05-11
| | | | | |
| * | | | | nixos/sssd: drop assertionFlorian Klink2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now already triggered by the nsswitch module, as we set system.nssModules.
| * | | | | nixos/samba: move nss database configuration into samba moduleFlorian Klink2020-05-11
| | | | | |
| * | | | | nixos/avahi: move nss database configuration into avahi moduleFlorian Klink2020-05-11
| | | | | |
| * | | | | nixos/ldap: move nss database configuration into ldap moduleFlorian Klink2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now that passwdArray and shadowArray aren't used anymore, these can be folded.
| * | | | | nixos/systemd: add to system.nssDatabases.group tooFlorian Klink2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | nixos/google-oslogin: add to system.nssDatabases.group tooFlorian Klink2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | nixos/sssd: add to system.nssDatabases.group tooFlorian Klink2020-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Remove unused filesEelco Dolstra2020-05-14
| |/ / / / |/| | | |
* | | | | Merge pull request #86376 from c00w/vendor_modJörg Thalheim2020-05-14
|\ \ \ \ \
| * | | | | go-modules: Doc updatesColin L Rice2020-05-14
| | | | | |
* | | | | | Merge pull request #87219 from serokell/kirelagin/postgres-no-timeLinus Heckemann2020-05-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | postgres: Do not log timestamp
| * | | | | postgresql: Fix formatting in option descriptionKirill Elagin2020-05-13
| | | | | | | | | | | | | | | | | | Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
| * | | | | postgres: Do not log timestampKirill Elagin2020-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, postgres prefixes each log line with a timestamp. On NixOS logs are written to journal anyway, so they include an external timestamp, so the timestamp ends up being printed twice, which clutters the log. * Add a module option to change the log prefix. * Set it to upstream default sans timestamp.