summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/boot: handle systemd-udevd being a symlink to udevadmFlorian Klink2020-08-13
|
* nixos/systemd: don't try to install systemd-initctl.{service,socket}Florian Klink2020-08-13
| | | | | | These are now only installed by systemd if HAVE_SYSV_COMPAT is true, which only is the case if you set sysvinit-path and sysvrcnd-path (which we explicitly unset in the systemd derivation for quite some time)
* nixos/systemd: remove mymachines nss module from passwd: and group: linesFlorian Klink2020-08-13
| | | | | | | | | | From the systemd release notes: nss-mymachines lost support for resolution of users and groups, and now only does resolution of hostnames. This functionality is now provided by nss-systemd. Thus, the 'mymachines' entry should be removed from the 'passwd:' and 'group:' lines in /etc/nsswitch.conf (and 'systemd' added if it is not already there).
* Merge staging-next into stagingFrederik Rietdijk2020-08-13
|\
| * Merge pull request #94270 from jerith666/postfix-daneJörg Thalheim2020-08-13
| |\ | | | | | | postfix: add useDane config option
| | * postfix: add useDane config optionMatt McHenry2020-08-12
| | |
| * | Merge pull request #95220 from obsidiansystems/ipfs-quic-socket-activatedMatthew Bauer2020-08-12
| |\ \ | | | | | | | | nixos/ipfs: Allow QUIC connections to socket activate too
| | * | nixos/ipfs: Allow QUIC connections to socket activate tooJohn Ericson2020-08-11
| | | | | | | | | | | | | | | | | | | | Well, via the underlying UDP. QUIC-level socket activation we'll get someday.
| | * | nixos/systemd: Add support for `listenDatagrams`John Ericson2020-08-11
| | | | | | | | | | | | | | | | This works exactly analogously to the existing `listenStreams`.
| * | | Merge pull request #95266 from Lassulus/gollum-textJustin Humm2020-08-12
| |\ \ \ | | | | | | | | | | nixos/gollum: replace toFile with writeText
| | * | | nixos/gollum: replace toFile with writeTextlassulus2020-08-12
| | | | |
| * | | | Merge pull request #95264 from flokli/nginx-config-reloadFlorian Klink2020-08-12
| |\ \ \ \ | | | | | | | | | | | | nixos/nginx: move configuration testing script into reload command
| | * | | | nixos/nginx: move configuration testing script into reload commandFlorian Klink2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nginx -t not only verifies configuration, but also creates (and chowns) files. When the `nginx-config-reload` service is used, this can cause directories to be chowned to `root`, causing nginx to fail. This moves the nginx -t command into a second ExecReload command, which runs as nginx's user. While fixing above issue, this will also cause the configuration to be verified when running `systemctl reload nginx`, not only when restarting the dummy `nginx-config-reload` unit. The latter is mostly a workaround for missing features in our activation script anyways.
| * | | | | Revert "nextcloud: use mkDefault for whole nginx config"Maximilian Bosch2020-08-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This breaks the Nextcloud vhost declaration when adding e.g. another vhost as the `services.nginx.virtualHosts` option has `{ nextcloud = ...; }` as *default* value which will be replaced by another `virtualHosts`-declaration with a higher (e.g. the default) priority. The following cases are now supported & covered by the module: * `nginx` is enabled with `nextcloud` enabled and other vhosts can be added / other options can be declared without having to care about the declaration's priority. * Settings in the `nextcloud`-vhost in `nginx` have to be altered using `mkForce` as this is the only way how we officially support `nginx` for `nextcloud` and customizations have to be done explicitly using `mkForce`. * `nginx` will be completely omitted if a user enables nextcloud and disables nginx using `services.nginx.enable = false;`. (because nginx will be enabled by this module using `mkDefault`). This reverts commit 128dbb31cca3ba479396c6b65946e2e6503c0f8d. Closes #95259
| * | | | Merge pull request #91938 from spacefrogg/openafs-1.6-deprecationDaniël de Kok2020-08-12
| |\ \ \ \ | | | | | | | | | | | | openafs: 1.6.23 -> 1.6.24, mark broken due to EOL
| | * | | | openafs: 1.6.23 -> 1.6.24, mark broken due to EOLMichael Raitza2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last old stable release. Enforce switch to openafs_1_8 by marking broken while leaving a reasonable short-term alternative. Ref #90927
| * | | | | nixos/doc/manual/release-notes: document fontconfig 2.10.x config and cache ↵Florian Klink2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | removal
| * | | | | nixos/fontconfig: stop generating fontconfig_210 config and cacheFlorian Klink2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | This fontconfig version isn't used anywhere inside nixpkgs anymore.
| * | | | | Merge pull request #94291 from Izorkin/giteaJörg Thalheim2020-08-12
| |\ \ \ \ \
| | * | | | | nixos/gitea: add lfs optionsIzorkin2020-08-05
| | | | | | |
| | * | | | | nixos/gitea: add ssh optionsIzorkin2020-08-05
| | | | | | |
| | * | | | | nixos/gitea: update sandboxing optionsIzorkin2020-08-05
| | | | | | |
| | * | | | | nixos/gitea: add support socket connectionIzorkin2020-08-05
| | | | | | |
| | * | | | | nixos/gitea: enable pid fileIzorkin2020-08-05
| | | | | | |
| | * | | | | nixos/gitea: add 'backupDir' optionIzorkin2020-08-05
| | | | | | |
| | * | | | | nixos/gitea: enable data access only for 'gitea' groupIzorkin2020-08-05
| | | | | | |
* | | | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-08-11
|\| | | | | |
| * | | | | | Merge pull request #93702 from tnias/usbguard20200723Florian Klink2020-08-11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/usbguard: rework
| | * | | | | | nixos/usbguard: reworkPhilipp Bartsch2020-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use StateDirectory to create necessary directories and hardcode some paths. Also drop file based audit logs, they can be found in the journal. And add module option deprecation messages.
* | | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-08-11
|\| | | | | | |
| * | | | | | | Merge pull request #48740 from midchildan/add-mirakurunSilvan Mosberger2020-08-11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mirakurun: init at 3.3.0
| | * | | | | | | video/mirakurun: add modulemidchildan2020-08-11
| | | | | | | | |
| * | | | | | | | php: Drop PHP 7.2 supportElis Hirwing2020-08-10
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | pythonPackages.systemdspawner: init at 0.14Chris Ostrouchov2020-08-10
| | | | | | | |
| * | | | | | | nixos/jupyterhub: init serviceChris Ostrouchov2020-08-10
| | | | | | | |
| * | | | | | | buildGoModule: change doCheck default to truezowoq2020-08-10
| | | | | | | |
| * | | | | | | nixos/corerad: use SIGHUP to restart the serviceMatt Layher2020-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matt Layher <mdlayher@gmail.com>
| * | | | | | | shattered-pixel-dungeon: add nixos testFrancesco Gazzetta2020-08-09
| | | | | | | |
| * | | | | | | nixos/urserver: initStefan Frijters2020-08-09
| | | | | | | |
| * | | | | | | nixos/netadata: enable simple sandboxingIzorkin2020-08-09
| | |_|_|_|/ / | |/| | | | |
| * | | | | | nixos/ipfs: add QUIC transport to swarmAddress listLuflosi2020-08-08
| | |/ / / / | |/| | | | | | | | | | | | | | | | According to https://github.com/ipfs/go-ipfs/blob/master/docs/config.md#addressesswarm, the default list of swarm multiaddrs now includes the QUIC transport.
| * | | | | Merge pull request #94907 from zowoq/ecc-nixosJörg Thalheim2020-08-08
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/*: editorconfig fixes
| | * | | | | nixos/*: editorconfig fixeszowoq2020-08-08
| | | | | | |
| * | | | | | nixos/networking: Enhance hostId description (#94800)asdf8dfafjk2020-08-08
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
| * | | | | | Merge pull request #93824 from blitz/fix-rpi4-installerJacek Galowicz2020-08-08
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix Raspberry Pi 4B SD-Card Install Image
| | * | | | | | nixos/lib/make-ext4-fs: fix after mkfs.ext4 refactoringJulian Stecklina2020-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 9ac1ab10c963a86457c2c9b1edf31542ff3737cd this library function was refactored to use mkfs.ext4 instead of cptofs. There are two problems: If populateImageCommands would create no files (which is fine), a cp invocation would fail due to missing source arguments. Another problem is that mkfs.ext4 relies on fakeroot to have sane uid/gids in the generated filesystem image. This currently doesn't work for cross compiling.
| * | | | | | | Merge pull request #84073 from pnelson/nextdns-1.4.36Peter Hoeg2020-08-08
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | nextdns: init at 1.7.0
| | * | | | | | nixos/nextdns: initPhilip Nelson2020-06-24
| | | | | | | |
* | | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-08-07
|\| | | | | | |
| * | | | | | | nixos/railcar: fix typoFlorian Klink2020-08-07
| | |_|/ / / / | |/| | | | |