Maximilian Bosch
3da7656ad9
Merge pull request #84395 from rycee/spelling
...
documentation: minor spelling and stylistic fixes
2020-04-06 02:35:43 +02:00
Jan Tojnar
39247f8d04
nixos: try to fix channel eval
...
It was failing with
error: aggregate job 'tested' references non-existent job 'nixos.tests.php.x86_64-linux'
cc @etu
2020-04-06 00:25:11 +02:00
Robert Helgesson
40bbbb8f7d
documentation: minor spelling and stylistic fixes
2020-04-05 23:12:15 +02:00
Elis Hirwing
3b6539896b
Merge pull request #83896 from etu/slim-down-default-php-v3
...
PHP: Make the default package more sane [v3]
2020-04-05 20:00:03 +02:00
Florian Klink
a8989b353a
Revert "nixos/hardened: build sandbox incompatible with namespaces"
...
As discussed in https://github.com/NixOS/nixpkgs/pull/73763 , prevailing
consensus is to revert that commit. People use the hardened profile on
machines and run nix builds, and there's no good reason to use
unsandboxed builds at all unless you're in a platform that doesn't
support them.
This reverts commit 00ac71ab1932b395452209627011a32a63d81897.
2020-04-05 17:38:15 +02:00
talyz
5ace72cd6c
nixos/nextcloud: Use php.enabledExtensions
2020-04-05 16:46:44 +02:00
talyz
4ff523f691
php: Simplify php-packages import, rename exts -> extensions
2020-04-05 16:45:41 +02:00
Elis Hirwing
a2099156ec
php: split php.packages to php.packages and php.extensions
...
So now we have only packages for human interaction in php.packages and
only extensions in php.extensions. With this php.packages.exts have
been merged into the same attribute set as all the other extensions to
make it flat and nice.
The nextcloud module have been updated to reflect this change as well
as the documentation.
2020-04-05 16:45:17 +02:00
Elis Hirwing
a4bc30c802
docs/rl: Update release log to match the updates to the default attributes
2020-04-05 16:45:11 +02:00
Elis Hirwing
0dc95728ba
nixos/php: Move the pcre tests to the php test attribute
2020-04-05 16:44:59 +02:00
Elis Hirwing
29e1f0d169
nixos/php: Add tests for phpfpm
...
This test checks that we evaluate PHP properly and that certain
extensions are actually loaded.
2020-04-05 16:44:54 +02:00
Elis Hirwing
fc1034a1fa
nixos/nextcloud: upgrade to php74
2020-04-05 16:44:48 +02:00
talyz
ed20aae86c
nixos/nextcloud: Get nextcloud working
2020-04-05 16:44:42 +02:00
Jan Tojnar
f74f2f3548
nixos/gdm: fix startup
...
In 7f838b4dde
, we dropped systemd-udev-settle.service from display-manager.service's wants.
Unfortunately, we are doing something wrong since without it both Xorg and Wayland fail to start:
Failed to open gpu '/dev/dri/card0': GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted
Until we sort this out, let's add systemd-udev-settle.service to GDM to unblock the channels.
2020-04-05 16:40:30 +02:00
Florian Klink
502073b09a
nixos/rxe: fix option description
...
This caused an opening xml tag in our docbook pipeline and failed the
manual build.
2020-04-05 15:30:08 +02:00
Frederik Rietdijk
aaf632bdbb
Merge staging-next into staging
2020-04-05 13:14:01 +02:00
Frederik Rietdijk
e50c67ad7e
Merge pull request #83618 from NixOS/staging-next
...
Staging next
2020-04-05 13:13:21 +02:00
Frederik Rietdijk
518d5be4f5
ssh validationPackage is a single value, not a list
2020-04-05 13:04:25 +02:00
Frederik Rietdijk
ce2321f938
Merge staging-next into staging
2020-04-05 08:34:03 +02:00
Frederik Rietdijk
866c5aa090
Merge master into staging-next
2020-04-05 08:33:39 +02:00
gnidorah
a6580c3164
nixos/qt5: support adwaita-dark theme
2020-04-05 08:38:08 +03:00
Tor Hedin Brønner
c9d988b0e1
nixos/ibus: fix evaluation
...
Need to reference through `config` when checking what other modules have set.
2020-04-05 02:23:38 +02:00
Maximilian Bosch
a9e3ec1d6e
nixos/systemd-nspawn: disallow multiple packages with .nspawn
-units
...
In contrast to `.service`-units, it's not possible to declare an
`overrides.conf`, however this is done by `generateUnits` for `.nspawn`
units as well. This change breaks the build if you have two derivations
configuring one nspawn unit.
This will happen in a case like this:
``` nix
{ pkgs, ... }: {
systemd.packages = [
(pkgs.writeTextDir "etc/systemd/nspawn/container0.nspawn" ''
[Files]
Bind=/tmp
'')
];
systemd.nspawn.container0 = {
/* ... */
};
}
```
2020-04-04 21:11:21 +02:00
Pavan Rikhi
84b8775a67
lightdm-mini-greeter: 0.3.4 -> 0.4.0
2020-04-04 09:40:49 -04:00
Martin Milata
2acddcb28f
nixos/matrix-synapse: remove web_client option
...
Removed in matrix-synapse-0.34.
2020-04-04 14:05:08 +02:00
José Romildo Malaquias
4d9a57bd76
treewide: rename gnome2.gnome_icon_theme package to use dashes
2020-04-03 23:24:53 -03:00
Frederik Rietdijk
edaa972160
Merge staging-next into staging
2020-04-03 21:55:10 +02:00
Frederik Rietdijk
92124ed660
Merge master into staging-next
2020-04-03 21:54:40 +02:00
Joachim F
18b89e7abd
Merge pull request #73763 from kmcopper/hardening-profile
...
Improvements to the NixOS Hardened Profile
2020-04-03 18:48:12 +00:00
Evils
b7b99c93f5
nixosTests.tuptime: init test
2020-04-03 17:30:35 +02:00
Evils
b29d48acfb
nixos/tuptime: init module
2020-04-03 17:29:56 +02:00
Silvan Mosberger
eb0148e90b
Merge pull request #84074 from Infinisil/fix-literal-option-examples
...
nixos/treewide: Fix incorrectly rendered examples
2020-04-03 15:41:53 +02:00
Bastian Köcher
644d643d68
nixos/wg-quick: Fix after wireguard got upstreamed
2020-04-03 12:39:35 +02:00
Florian Klink
fe6dd71f72
nixosTests.cockroachdb: set ConditionPathExists=/dev/ptp0 to chronyd
2020-04-03 00:34:18 +02:00
Florian Klink
f25a301a0a
nixos/chrony: move to StateDirectory and tmpfiles.d
2020-04-03 00:34:18 +02:00
Florian Klink
98906dfdef
nixosTests.cockroachdb: bump memory
...
cockroachdb complained about not enough memory available.
2020-04-03 00:34:18 +02:00
Florian Klink
4009ef44e9
cockroachdb: remove stray trailing whitespace
2020-04-03 00:34:18 +02:00
Florian Klink
e7e05ad957
nixosTests.cockroachdb: port to python
2020-04-03 00:34:18 +02:00
Florian Klink
8e9e77ee7d
nixosTests.cockroachdb: add to all-tests.nix
2020-04-03 00:34:18 +02:00
Silvan Mosberger
c06bcddaad
Merge pull request #83258 from mmilata/sympa-6.2.54
...
nixos/sympa: fix outgoing emails, update package version
2020-04-03 00:24:57 +02:00
Florian Klink
44c20fb83e
Merge pull request #84087 from Izorkin/mariadb-tokudb
...
mariadb: update build configuration.
2020-04-02 23:44:03 +02:00
Sarah Brofeldt
6ccd347e46
nixos/tests/ceph: Fix pg number to power of 2
2020-04-02 21:11:45 +02:00
Eelco Dolstra
74e7ef35fe
nix-daemon.nix: Add option nix.registry
...
This allows you to specify the system-wide flake registry. One use is
to pin 'nixpkgs' to the Nixpkgs version used to build the system:
nix.registry.nixpkgs.flake = nixpkgs;
where 'nixpkgs' is a flake input. This ensures that commands like
$ nix run nixpkgs#hello
pull in a minimum of additional store paths.
You can also use this to redirect flakes, e.g.
nix.registry.nixpkgs.to = {
type = "github";
owner = "my-org";
repo = "my-nixpkgs";
};
2020-04-02 19:38:00 +02:00
Izorkin
0296e678cf
mariadb: add option to build server without tokudb storage
2020-04-02 18:05:04 +03:00
Silvan Mosberger
49859351ea
Merge pull request #84103 from mmilata/moinmoin-b42
...
nixos/moinmoin: fix maintainer reference
2020-04-02 17:02:59 +02:00
Jörg Thalheim
5fb2a9d8c7
Merge pull request #79828 from Mic92/zed
...
nixos/zfs: populate PATH with needed programs for zed
2020-04-02 13:42:01 +01:00
Jörg Thalheim
212b574d89
Merge pull request #81298 from Mic92/buildkite
...
nixos/buildkite-agents: don't run as nogroup
2020-04-02 13:39:34 +01:00
Bruno Bigras
544821654d
nixos/pixiecore: init ( #83406 )
...
Co-authored-by: raunovv <rauno@oyenetwork.com>
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2020-04-02 13:06:21 +01:00
Symphorien Gibol
55d16d5334
nixos/btrfs autoScrub: don't fail when scrub finishes successfully
2020-04-02 12:00:00 +00:00
Martin Milata
f35d65850e
nixos/moinmoin: fix maintainer reference
2020-04-02 13:49:28 +02:00