summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge pull request #84602 from alyssais/sshedef2020-04-10
|\ | | | | nixos/ssh: don't accept ssh-dss keys
| * nixos/ssh: don't accept ssh-dss keysAlyssa Ross2020-04-07
| | | | | | | | | | | | | | | | These have been deprecated long enough. I think this default was even made non-functional by 2337c7522af3b186d4d7ecefe9e19c33aafc6626. But it's still a scary thing to see there. Fixes https://github.com/NixOS/nixpkgs/issues/33381.
* | nix: 2.3.3 -> 2.3.4Eelco Dolstra2020-04-10
| |
* | iso-image: make $ARCH shorterworldofpeace2020-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we use stdenv.hostPlatform.uname.processor, which I believe is just like `uname -p`. Example values: ``` (import <nixpkgs> { system = "x86_64-linux"; }).stdenv.hostPlatform.uname.processor "x86_64" (import <nixpkgs> { system = "aarch64-linux"; }).stdenv.hostPlatform.uname.processor aarch64 (import <nixpkgs> { system = "armv7l-linux"; }).stdenv.hostPlatform.uname.processor "armv7l" ```
* | Revert "Revert "iso-image: normalize volumeID""worldofpeace2020-04-09
| | | | | | | | This reverts commit 21b50e6f6879f22b9261362bfd6dce26b7611e18.
* | Revert "iso-image: normalize volumeID"worldofpeace2020-04-09
| |
* | Merge pull request #83551 from worldofpeace/iso-idworldofpeace2020-04-09
|\ \ | | | | | | iso-image: normalize volumeID
| * | iso-image: make sure volumeID is less than 32 charsworldofpeace2020-03-27
| | |
| * | iso-image: normalize volumeIDworldofpeace2020-03-27
| | | | | | | | | | | | | | | | | | | | | | | | The volumeID will now be in the format of: nixos-$EDITON-$RELEASE-$ARCH an example for the minimal image would look like: nixos-minimal-20.09-x86-64-linux
| * | make-iso9660-image.sh: enable joliet extensionworldofpeace2020-03-27
| | | | | | | | | | | | This is per the advice of the osinfo-db maintainers https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/107#note_313094852
* | | acme: create certificates in subdirectoryJörg Thalheim2020-04-09
| | | | | | | | | | | | | | | | | | | | | This allows to have multiple certificates with the same common name. Lego uses in its internal directory the common name to name the certificate. fixes #84409
* | | Merge pull request #84570 from Mic92/max-jobsMaximilian Bosch2020-04-09
|\ \ \ | | | | | | | | nixos: default nix.maxJobs to auto
| * | | nixos: default nix.maxJobs to autoJörg Thalheim2020-04-07
| | | | | | | | | | | | | | | | | | | | Instead of making the configuration less portable by hard coding the number of jobs equal to the cores we can also let nix set the same number at runtime.
* | | | nixos/release-notes: mention that dhcpcd stopped giving IPv4 addresses to ↵Justin Humm2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bridges by default This is an backward incompatible change from upstream dhcpcd [0], as this could have easily locked me out of my box. As dhcpcd doesn't allow to use only a blacklist (denyinterfaces in dhcpcd.conf) of devices and use all remaining devices, while explicitly allowing some interfaces like bridges, I think the best option would be to not change anything about it and just educate the users here about that edge case and how to solve it. [0] https://roy.marples.name/archives/dhcpcd-discuss/0002621.html (cherry picked from commit eeeb2bf8035b309a636d596de6a3b1d52ca427b1)
* | | | Automatically restart netdata on failuresNejc Zupan2020-04-08
| | | | | | | | | | | | | | | | | | | | I've had Netdata crash on me sometimes. Rarely but more than once. And I lost days of data before I noticed. Let's be nice and restart it on failures by default.
* | | | Merge pull request #84501 from Ma27/bump-hydraMaximilian Bosch2020-04-08
|\ \ \ \ | | | | | | | | | | hydra: 2020-03-24 -> 2020-04-07
| * | | | hydra: 2020-03-24 -> 2020-04-07Maximilian Bosch2020-04-07
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed `pkgs.hydra-flakes` since flake-support has been merged into master[1]. Because of that, `pkgs.hydra-unstable` is now compiled against `pkgs.nixFlakes` and currently requires a patch since Hydra's master doesn't compile[2] atm. [1] https://github.com/NixOS/hydra/pull/730 [2] https://github.com/NixOS/hydra/pull/732
* | | | manual/rl-2009.xml: Fix literal closing tagdevhell2020-04-08
| | | | | | | | | | | | | | | | Cc: @flokli
* | | | Merge pull request #83400 from jtojnar/malcontent-0.7Jan Tojnar2020-04-08
|\ \ \ \ | | | | | | | | | | malcontent: 0.6.0 → 0.7.0
| * | | | nixos/malcontent: enable accounts-daemon, tweak descriptionworldofpeace2020-04-08
| | | | |
| * | | | malcontent-ui: split from malcontentJan Tojnar2020-04-08
| | | | | | | | | | | | | | | | | | | | The 0.7.0 update allows us to split the package.
* | | | | Merge pull request #84556 from Mic92/runtime-shellJörg Thalheim2020-04-08
|\ \ \ \ \ | | | | | | | | | | | | treewide: use runtimeShell in nixos/
| * | | | | treewide: use runtimeShell in nixos/Jörg Thalheim2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | This is needed for cross-compilation.
* | | | | | nixos/initrd-ssh: fix typo (#84719)B YI2020-04-08
| | | | | |
* | | | | | nixos/release-combined.nix: test hibernate only on x86_64Benno Fünfstück2020-04-08
| | | | | |
* | | | | | nixos/release-combined.nix: fix tested/supportedSystemsBenno Fünfstück2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This properly supports the `supportedSystems` and `limitedSupportedSystems` arguments of `release-combined.nix`. Previously, evaluation would fail if `x86_64-linux` was not part either of those, since the tested job always referenced the `x86_64-linux` nixos tests (which won't exist in an aarch64-only eval). Since the hydra configuration for the jobset`trunk-combined` has both `aarch64-linux` and `x86_64-linux` as supported systems, this will make aarch64 be part of the tested job on that jobset.
* | | | | | Merge pull request #84663 from flokli/notmuch-multiple-outputFlorian Klink2020-04-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | notmuch: add separate `emacs` output
| * | | | | | notmuch: make emacs a separate outputFlorian Klink2020-04-07
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | This puts all emacs-related binaries and code to a separate output, removing emacs from the runtime closure of neomutt.
* | | | | | nixos/gnome-remote-desktop: enable pipewireworldofpeace2020-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need the pipewire service to actually use this. Tested with g-c-c Sharing.
* | | | | | nixos: kafka test: fix building for other archesMichael Bishop2020-04-07
|/ / / / /
* | | | | Merge pull request #83792 from primeos/gollumMichael Weiss2020-04-07
|\ \ \ \ \ | |/ / / / |/| | | | gollum: 4.1.4 -> 5.0.1
| * | | | gollum: 4.1.4 -> 5.0.1Michael Weiss2020-04-06
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some changes might require manual migration steps: "Due to changes to the way in which Gollum handles filenames, you may have to change some links in your wiki when migrating from gollum 4.x. See the release notes [0] for more details. You may find the bin/gollum-migrate-tags script helpful to accomplish this. Also see the --lenient-tag-lookup option for making tag lookup backwards compatible with 4.x, though note that this will decrease performance on large wikis with many tags." (source: [1]) [0]: https://github.com/gollum/gollum/wiki/5.0-release-notes [1]: https://github.com/gollum/gollum/blob/v5.0.0/HISTORY.md
* | | | rl-2003: mention python driverworldofpeace2020-04-06
| | | | | | | | | | | | | | | | (cherry picked from commit a435d41af5ca29c879ee84b19186c55f2caa35ee)
* | | | nixos/lib/test-driver: Fix require_unit_state hardcoded formattingSilvan Mosberger2020-04-06
|/ / /
* | | 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
| | | | |