about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #190103 from kilianar/nixosTests.giteaSandro2022-09-09
|\
| * nixosTests.gitea.*: adapt to option renamingkilianar2022-09-07
| |
* | Merge pull request #181834 from ncfavier/numbersSilvan Mosberger2022-09-09
|\ \ | | | | | | lib/types: add `number`
| * | nixos/doc/option-types: add precision loss warning for floatsNaïm Favier2022-09-09
| | |
| * | nixos/doc/option-types: refactor, document `number`sNaïm Favier2022-07-25
| | |
| * | nixos/picom: use `types.numbers.between`Naïm Favier2022-07-24
| | |
* | | nixos/vector: fix validation for cross compilingSandro Jäckel2022-09-09
| | |
* | | Merge pull request #190498 from eskytthe/grafana-module-fix-textChristian Kögler2022-09-09
|\ \ \ | | | | | | | | nixos/grafana: fix description text error
| * | | nixos/grafana: fix description text errorErik Skytthe2022-09-09
| | | | | | | | | | | | | | | | Description text has been placed incorrectly for allowedDomains and allowedGroups
* | | | Merge pull request #186695 from amarshall/installer-no-mkforceChristian Kögler2022-09-09
|\ \ \ \ | | | | | | | | | | nixos/installer: mkForce -> mkImageMediaOverride
| * | | | nixos/installer: mkForce -> mkImageMediaOverrideAndrew Marshall2022-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is image media, so use the override level designed for it. As detailed in the definition for mkImageMediaOverride: > image media profiles can be derived by inclusion into host config, > hence needing to override host config, but do allow user to mkForce
* | | | | Merge pull request #185782 from e1mo/e1mo/syncthing-receiveencryptedChristian Kögler2022-09-09
|\ \ \ \ \ | | | | | | | | | | | | nixos/syncthing: Add receiveencrypted folder type
| * | | | | nixos/syncthing: Add receiveencrypted folder typeMoritz 'e1mo' Fromm2022-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This folder type is available in syncthing, but could not be set in NixOS. See <https://docs.syncthing.net/users/untrusted.html> for reference.
* | | | | | Merge pull request #189201 from jmbaur/ipv6-route-prefix-exampleChristian Kögler2022-09-09
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | nixos/systemd.network: Fix `ipv6RoutePrefixes` example
| * | | | | nixos/systemd.network: Fix `ipv6RoutePrefixes` exampleJared Baur2022-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example doesn't have the top-level attribute `ipv6RoutePrefixConfig` in each attrset of the list.
* | | | | | Merge pull request #189957 from illustris/proxmox-vmSandro2022-09-09
|\ \ \ \ \ \
| * | | | | | nixos/proxmox-image: fix broken build, reduce build timeillustris2022-09-08
| | | | | | |
* | | | | | | services/lemmy: fix /feeds/* and /nodeinfo/* API endpointsBrian Leung2022-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shahar Dawn Or <mightyiampresence@gmail.com> Co-authored-by: Matthias Meschede <MMesch@users.noreply.github.com> Co-authored-by: a-kenji <aks.kenji@protonmail.com> Co-authored-by: Ctem <c@ctem.me> Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
* | | | | | | Revert "nixos/console: detect unicode properly"Yureka2022-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 05958b228b49cfe97f7faf51de4aaf3ede31894e. Issue https://github.com/NixOS/nixpkgs/issues/188998 is concerns quite a few NixOS users with full disk encryption and custom keymap. Since there hasn't been a proper fix agreed upon and merged, I am reverting this. The changes can be applied again, when it is ensured that they do not break custom keymaps in initrd.
* | | | | | | Merge pull request #188754 from snaar/prometheus-ipmiIvv2022-09-08
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | nixos/services.prometheus.exporters.ipmi: new module along with underlying ipmi_exporter package
| * | | | | | nixos/services.prometheus.exporters.ipmi: new modulesnaar2022-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bringing in new https://github.com/prometheus-community/ipmi_exporter exporter into existing Prometheus exporters framework.
* | | | | | | Merge pull request #181334 from zhaofengli/nat-iptables-pkgBernardo Meurer2022-09-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/nat: Use the package specified in networking.firewall.package
| * | | | | | | nixos/nat: Use the package specified in networking.firewall.packageZhaofeng Li2022-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the system path is inconsistent if you do something like networking.firewall.package = pkgs.iptables-legacy;
* | | | | | | | Merge pull request #189999 from sbruder/test-driver-formatting-closed-portJacek Galowicz2022-09-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/test-driver: fix formatting of closed port
| * | | | | | | | nixos/test-driver: fix formatting of closed portSimon Bruder2022-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: a-kenji <aks.kenji@protonmail.com>
* | | | | | | | | Merge pull request #189934 from delroth/grafana-sandboxingLuke Granger-Brown2022-09-06
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | nixos/grafana: loosen systemd syscall sandboxing
| * | | | | | | | nixos/grafana: loosen systemd syscall sandboxingPierre Bourdon2022-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow @resources syscalls in the grafana.service unit. While Grafana itself does not need them, some plugins (incl. first party) crash if they fail to setrlimit. This was first seen with the official grafana Clickhouse datasource plugin. The @resources syscalls set is fairly harmess anyway.
* | | | | | | | | nixos/tests/kanidm: Update recover_account commandlineMartin Weinelt2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The username is now passed directly as an argument.
* | | | | | | | | Merge pull request #187913 from ncfavier/ibusSandro2022-09-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ibus: fix installed testsNaïm Favier2022-09-04
| | | | | | | | | |
* | | | | | | | | | Merge pull request #189056 from jtojnar/fwupdSandro2022-09-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nixos/fwupd: add polkit dependencyJan Tojnar2022-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are building fwupd daemon with polkit support which means polkit daemon is required. Previously polkit was enabled by default via udisks2 but that stopped with https://github.com/NixOS/nixpkgs/commit/f7637100655127dffbe14011b45be6a71f0e203d breaking the fwupd installed tests as a result. Let’s add the polkit dependency to the fwupd module to ensure polkit is available.
* | | | | | | | | | | Merge pull request #189852 from erikarvstedt/paperless-pythonpathMartin Weinelt2022-09-05
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | paperless: move `PYTHONPATH` definition to moduleErik Arvstedt2022-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `paperless-ngx.pythonPath` was incomplete due to the missing paperless-ngx source, so it had to be amended in the service. Instead of amending it, define it entirely in the service. This allows an override of `paperless-ngx.propagatedBuildInputs` to be reflected in the service's PYTHONPATH.
| * | | | | | | | | | | nixos/paperless: extract variable `pkg`Erik Arvstedt2022-09-05
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #189824 from bobby285271/cinnamon-nixos-testMaciej Krüger2022-09-05
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | nixos/tests/cinnamon: initBobby Rong2022-09-05
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #189721 from Zimmi48/changelog-for-coqide-splitThéo Zimmermann2022-09-05
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | coq: document CoqIDE split
| * | | | | | | | | | | coq: document CoqIDE splitThéo Zimmermann2022-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog for #180385.
* | | | | | | | | | | | Merge pull request #189749 from ncfavier/console-colors-checkMichele Guerini Rocco2022-09-04
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/console: add format check to `console.colors`
| * | | | | | | | | | | | nixos/console: add format check to `console.colors`Naïm Favier2022-09-04
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #189730 from mweinelt/paperless-release-notesMartin Weinelt2022-09-04
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rl-2211: Mention new paperless timezone defaultMartin Weinelt2022-09-04
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #184827 from onny/dokuwikiJonas Heinrich2022-09-04
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | dokuwiki: 2020-07-29 -> 2022-07-31
| * | | | | | | | | | | nixos/dokuwiki: Update moduleJonas Heinrich2022-09-02
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/paperless: Restrict CAP_NET_BIND_SERVICEMartin Weinelt2022-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handing CAP_NET_BIND_SERVICE to the `paperless-web.service` only makes sense when it actually wants to bind to a port < 1024. Don't hand it out if that is not the case.
* | | | | | | | | | | | nixos/paperless: Add pgsql via unix socket exampleMartin Weinelt2022-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finding out how to connect paperless to a PostgreSQL database via unix sockets and peer authentication took me a few minutes, so leaving a hint in the extraConfig example seems like a good idea to me. Also remove unnecessary use of literalExpression for attribute set, it is only required for complex values like functions or values that depend on other values or packages.
* | | | | | | | | | | | nixos/paperless: Use system timezone by default, if setMartin Weinelt2022-09-04
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/paperless: Allow mbind syscall in paperless-web.servicesMartin Weinelt2022-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After uploading a document through the webinterface I started seeing it killed through the SYSBUS signal. Inspecting the call trace led me to liblapack's memory allocator, that uses the mbind syscall on Linux.
* | | | | | | | | | | | Merge pull request #189711 from SuperSandro2000/gnupg-remote-quietMichele Guerini Rocco2022-09-04
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/gnupg: void error messages when using nix remote builders