about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2022-10-13Merge pull request #191357 from K900/plasma-betaK9003-1/+72
Plasma 5.26.0, KDE Frameworks 5.99
2022-10-13Merge #182618: GNOME 42 → 43Vladimír Čunát9-55/+61
2022-10-12Merge pull request #188881 from shadaj/patch-4Thiago Kenji Okada2-2/+18
nixos/restic: make it possible to use the existing backup cache for prune/check
2022-10-12nixos/plasma-bigscreen: enable uinput correctlyK9002-1/+5
This is required for plasma-remotecontrollers to actually work. Make sure to also add your user to the `uinput` group.
2022-10-12nixos/restic: make it possible to use the existing backup cache for prune/checkShadaj Laddad2-2/+18
Configures the `--cache-dir` parameter for the prune and check commands run after backing up. For `check`, also adds a `checkOpts` flag to enable using the cache, since that is disabled by default.
2022-10-12nixos/plasma5: add very basic plasma-bigscreen moduleK9003-1/+68
2022-10-12Merge pull request #195210 from yorickvP/guakeStanisław Pitucha2-0/+10
guake: 3.6.3 -> 3.9.0
2022-10-12Merge pull request #195488 from KoviRobi/gitlab-runner-clear-docker-cachePascal Bach1-0/+53
Gitlab runner clear docker cache
2022-10-12Merge pull request #194530 from ↵Robert Hensing1-2/+2
colemickens/stage-1-systemd-luksroot-toString-fix nixos: luksroot: toString-ify keyFileSize usage
2022-10-11nixos/mullvad-vpn: change dependency for the daemon to pkg mullvadPatrick Jackson1-1/+1
2022-10-11Merge pull request #191977 from yurrriq/kops-1.25.0Sandro2-0/+8
2022-10-11pantheon.elementary-tasks: Mark as brokenBobby Rong1-1/+1
Does not build with e-d-s 3.45+ / libsoup 3 and porting is likely not easy.
2022-10-11release-notes: Mention GNOME 43Jan Tojnar2-0/+10
2022-10-11gnome.nautilus: 43.alpha → 43.betaJan Tojnar1-1/+1
https://gitlab.gnome.org/GNOME/nautilus/-/compare/43.alpha...43.beta Also change the environment variable name to prevent crashes when running in an old environment. Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11librsvg: remove installed testsJan Tojnar2-10/+0
Build will start failing with the following error in 2.55.1 due to `/build/librsvg-2.55.1/.libs` ending up in rpath: RPATH of binary /nix/store/78k70limslvxs6y98hdirbcixl3car1q-librsvg-2.55.1-installedTests/libexec/installed-tests/RSVG/api contains a forbidden reference to /build/
2022-10-11gnome-browser-connector: 10.1 → 42.0Jan Tojnar4-43/+49
https://discourse.gnome.org/t/split-and-rename-of-chrome-gnome-shell/11075 https://gitlab.gnome.org/nE0sIghT/gnome-browser-connector/-/compare/815ec9e1afa52bd3af5047e176a4ea9c1bfa2514...v42.0 - Renamed and split into a separate repo from the extensions. - CMake build replaced with Meson (jq also not needed) - requests Python module not needed since updates are now solely handled by GNOME Shell itself Also - Corrected license - Cleaned up the module - Replaced PYTHONPATH in a wrapper by Python environment Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11Merge pull request #195295 from mweinelt/networkd-ia-pd-keaMartin Weinelt1-36/+87
2022-10-11nixos/tests/chromium: Enable on aarch64-linuxMartin Weinelt1-1/+1
2022-10-11nixos/release-small: Test uefi cdromMartin Weinelt1-1/+3
2022-10-11nixos/release-combined: Enable more jobs on aarch64-linuxMartin Weinelt1-3/+3
2022-10-11installer: enable xe-guest-utilities only on x86Martin Weinelt1-1/+1
Tries to find a target specific makefile for aarch64 which does not exist.
2022-10-11installer: enable vmware guest support on x86 onlyMartin Weinelt1-1/+1
The vmware guest module asserts on this exact condition, so let's only enable it on that condition.
2022-10-11nixos/release-combined: Build graphical ISOs for aarch64-linuxMartin Weinelt2-4/+4
2022-10-11nixos/release-combined: Move aarch64-linux to supportedSystemsMartin Weinelt1-2/+2
The builders have had a good track record in the last year so this is worth a try.
2022-10-11nixos/release-small: Add aarch64-linux to supportedSystemsMartin Weinelt1-34/+44
The aarch64-linux builders on hydra have had a good track in the last year or so and I think it's a good idea to include them in the default -small jobset. This happens in preparation of improving the distribution of the installer ISOs for aarch64-linux systems and advertise them more prominently on the homepage.
2022-10-11Merge branch 'master' into tracee-use-new-wrapperGuillaume Girol75-270/+1288
2022-10-11Merge pull request #190105 from impl/free-p4Anderson Torres2-0/+12
p4: 2021.2.2201121 -> 2022.1.2305383, build from source and remove unfree binaries
2022-10-10nixos/installer: fix eval with missing config argAlyssa Ross1-1/+1
Fixes: 4cdda329f06 ("nixos/modules/profiles/base.nix: omit zfs if unavailable")
2022-10-11Merge pull request #193494 from NixOS/staging-nextMartin Weinelt17-25/+37
2022-10-11Merge pull request #195418 from Baitinq/description_in_gitolite_moduleSandro1-1/+9
2022-10-10nixos/modules/profiles/base.nix: omit zfs if unavailableAdam Joseph1-1/+3
The `boot.zfs.enabled` option is marked `readOnly`, so this is the only way to successfully build a NixOS installer image for platforms that zfs does not build for. Co-authored-by: Alyssa Ross <hi@alyssa.is>
2022-10-10nixos/gitolite: add 'description' module optionBaitinq1-1/+9
This option allows for the customization of the description of the created gitolite user. An example of this being useful is for the integration of gitolite with cgit, which itself uses the gitolite user's description as the author of the git repo displayed in its generated site.
2022-10-10Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt3-40/+62
2022-10-10nixos/tests: Use kea in networkd prefix-delegation testMartin Weinelt1-36/+87
With the announced EOL of the venerable ISC DHCP Server it is time to migrate this test to Kea, it's successor. The ISP has also received an upgrade to its interface configuration, which now happens completely through networkd. https://www.isc.org/blogs/isc-dhcp-eol/
2022-10-10nixos/gitlab-runner: Add `gitlab-runner.clear-docker-cache` serviceRobert Kovacsics1-0/+53
2022-10-10Merge pull request #195377 from ngkz/fork/ssh-askpass-waylandBernardo Meurer1-0/+1
2022-10-10Merge pull request #195003 from veehaitch/fix-github-runner-first-startBernardo Meurer1-31/+50
2022-10-11nixos/ssh: pass WAYLAND_DISPLAY to ssh-askpassKazutoshi Noguchi1-0/+1
2022-10-10Merge pull request #195141 from zhaofengli/vbox-headless-wrappersBernardo Meurer1-9/+11
2022-10-10Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-10-10Merge pull request #195324 from zhaofengli/fwupd-config-mergingCabia Rangris1-1/+1
nixos/fwupd: Fix configuration file merging
2022-10-10nixos/fwupd: Fix configuration file mergingZhaofeng Li1-1/+1
2022-10-10Merge master into staging-nextgithub-actions[bot]1-1/+6
2022-10-09p4: 2021.2.2201121 -> 2022.1.2305383, build from sourceNoah Fontes2-0/+12
The actual p4 command is open-source software released under the 2-clause BSD license, so we can build it here (for pretty much every architecture we support!) and include it in the cache. This change removes the server-side commands from this package, but they are now available as part of a separate p4d package instead. (The server package remains unfree.) As an added bonus, we can also include the libraries and headers for the C/C++ API, which will allow us to package any software that uses Perforce as a library in the future.
2022-10-10Merge pull request #195230 from illustris/sssd-ldapMartin Weinelt1-1/+6
2022-10-10nixos/sssd: fix race condition in testillustris1-1/+6
2022-10-09Merge master into staging-nextgithub-actions[bot]7-9/+210
2022-10-09nixos/seafile: avoid sleep in testsGreizgh1-9/+3
Replace sleep statements with wait_until_succeeds
2022-10-09Merge pull request #187026 from azahi/endlessh-goSandro6-0/+207
2022-10-09Merge master into staging-nextgithub-actions[bot]7-26/+198