summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/pantheon: use new notificationsworldofpeace2020-04-06
| | | | | | We have this bug https://github.com/elementary/gala/issues/636 when using notifications in gala. It's likely to not really be fixed because all development is on the new notifications server.
* Merge pull request #83749 from srhb/ceph-14.2.8Sarah Brofeldt2020-04-06
|\ | | | | ceph: 14.2.7 -> 14.2.8
| * nixos/tests/ceph: Fix pg number to power of 2Sarah Brofeldt2020-04-02
| |
* | Merge pull request #84215 from worldofpeace/pantheon-update-04-03worldofpeace2020-04-05
|\ \ | | | | | | Pantheon update 2020-04-03
| * | pantheon.xml: drop slow shutdown workaroundworldofpeace2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Them removing cerbere and registering with the SessionManager should make shutdown very fast. This was even done in plank [0] which was the last factor outside cerbere causing this. [0]]: https://github.com/elementary/dock/commit/a8d2f255b2909cc548a13021fd4c0641c4249896
| * | pantheon.elementary-dock: init at 2020-02-28worldofpeace2020-04-05
| | | | | | | | | | | | It seems Pantheon has forked Plank.
| * | pantheon.cerbere: removeworldofpeace2020-04-05
| | |
* | | Merge pull request #84230 from romildo/upd.gnome-icon-themeJosé Romildo Malaquias2020-04-05
|\ \ \ | | | | | | | | gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0
| * | | gnome2.gnome-icon-theme: move to pkgs/data/iconsJosé Romildo Malaquias2020-04-05
| | | |
| * | | treewide: rename gnome2.gnome_icon_theme package to use dashesJosé Romildo Malaquias2020-04-03
| | | |
* | | | Merge pull request #84395 from rycee/spellingMaximilian Bosch2020-04-06
|\ \ \ \ | |_|/ / |/| | | documentation: minor spelling and stylistic fixes
| * | | documentation: minor spelling and stylistic fixesRobert Helgesson2020-04-05
| | | |
* | | | nixos: try to fix channel evalJan Tojnar2020-04-06
|/ / / | | | | | | | | | | | | | | | | | | | | | It was failing with error: aggregate job 'tested' references non-existent job 'nixos.tests.php.x86_64-linux' cc @etu
* | | Merge pull request #83896 from etu/slim-down-default-php-v3Elis Hirwing2020-04-05
|\ \ \ | | | | | | | | PHP: Make the default package more sane [v3]
| * | | nixos/nextcloud: Use php.enabledExtensionstalyz2020-04-05
| | | |
| * | | php: Simplify php-packages import, rename exts -> extensionstalyz2020-04-05
| | | |
| * | | php: split php.packages to php.packages and php.extensionsElis Hirwing2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | docs/rl: Update release log to match the updates to the default attributesElis Hirwing2020-04-05
| | | |
| * | | nixos/php: Move the pcre tests to the php test attributeElis Hirwing2020-04-05
| | | |
| * | | nixos/php: Add tests for phpfpmElis Hirwing2020-04-05
| | | | | | | | | | | | | | | | | | | | This test checks that we evaluate PHP properly and that certain extensions are actually loaded.
| * | | nixos/nextcloud: upgrade to php74Elis Hirwing2020-04-05
| | | |
| * | | nixos/nextcloud: Get nextcloud workingtalyz2020-04-05
| | | |
| * | | php: Add release log entry for the php changesElis Hirwing2020-03-29
| | | |
* | | | Revert "nixos/hardened: build sandbox incompatible with namespaces"Florian Klink2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | nixos/gdm: fix startupJan Tojnar2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/NixOS/nixpkgs/commit/7f838b4ddeadffbbe5863a6ca27ad776064a2f4a, 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.
* | | | nixos/rxe: fix option descriptionFlorian Klink2020-04-05
| | | | | | | | | | | | | | | | | | | | This caused an opening xml tag in our docbook pipeline and failed the manual build.
* | | | Merge pull request #83618 from NixOS/staging-nextFrederik Rietdijk2020-04-05
|\ \ \ \ | | | | | | | | | | Staging next
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2020-04-05
| |\ \ \ \
| * | | | | nixos/ibus: fix evaluationTor Hedin Brønner2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Need to reference through `config` when checking what other modules have set.
| * | | | | Merge master into staging-nextFrederik Rietdijk2020-04-03
| |\ \ \ \ \
| * | | | | | Revert "make-options-doc: fix string context issues"Jan Tojnar2020-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3c15d578d4271142d7e596b9dc708cf07da48fa8. See https://github.com/NixOS/nixpkgs/issues/83863
| * | | | | | Merge branch 'master' into staging-nextJan Tojnar2020-03-31
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into staging-nextJan Tojnar2020-03-29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix eval of nixos/nginx
| * \ \ \ \ \ \ \ Merge staging-next into stagingFrederik Rietdijk2020-03-28
| |\ \ \ \ \ \ \ \
| * | | | | | | | | rl-2009: note gnome desktop upgradeTor Hedin Brønner2020-03-24
| | | | | | | | | |
| * | | | | | | | | gnome3.vino: removeJan Tojnar2020-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been removed from g-s-d, only a tiny bit remain in g-c-c.
| * | | | | | | | | gnome3.gnome-flashback: 3.34.2 -> 3.36.0Tor Hedin Brønner2020-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed the use of gnome-screensaver (https://gitlab.gnome.org/GNOME/gnome-flashback/issues/18) * Flashback's menu-related environment variables are now set in the gnome3.nix module instead of gnome-panel to resolve dependency conflict.
| * | | | | | | | | nixos/gnome-keyring: add portalsTor Hedin Brønner2020-03-24
| | | | | | | | | |
| * | | | | | | | | Merge branch 'staging-next' into stagingJan Tojnar2020-03-24
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into stagingOrivej Desh2020-03-23
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #81277 from markuskowa/upd-rdma-coremarkuskowa2020-03-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/rdma-core: 27.0 -> 28.0, update RXE module
| | * | | | | | | | | | | nixos/rxe: use iproute instead of rdma-coreMarkus Kowalewski2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rdma-core packages dropped rxe_cfg in favour of iproute's rdma utility (see https://github.com/linux-rdma/rdma-core/pull/678/files)
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/staging' into mb-cross-fixes-march-2020Matthew Bauer2020-03-16
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gtk-icon-cache: get native gtk3 for icon cacheMatthew Bauer2020-03-06
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | ssh validationPackage is a single value, not a listFrederik Rietdijk2020-04-05
| |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | nixos/matrix-synapse: remove web_client optionMartin Milata2020-04-04
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed in matrix-synapse-0.34.
* | | | | | | | | | | | Merge pull request #73763 from kmcopper/hardening-profileJoachim F2020-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to the NixOS Hardened Profile
| * | | | | | | | | | | | nixos/hardened: scudo default allocator. zero by default allow override.Kyle Copperfield2019-11-26
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos/hardened: build sandbox incompatible with namespacesKyle Copperfield2019-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disables the build sandbox by default to avoid incompatibility with defaulting user namespaces to false. Ideally there would be some kind of linux kernel feature that allows us to trust nix-daemon builders to allow both nix sandbox builds and disabling untrusted naemspaces at the same time.
* | | | | | | | | | | | | Merge pull request #84074 from Infinisil/fix-literal-option-examplesSilvan Mosberger2020-04-03
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | nixos/treewide: Fix incorrectly rendered examples