summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* rdf4store: remove pkg and service modulesRenaud2019-12-08
| | | (#74214)
* doc/rl-2003: fix typoRenaud2019-12-08
|
* transmission: Configurable download directory permissionsDavíð Steinn Geirsson2019-12-08
| | | | | | | | | Allow the user to specify the permissions to apply to download folders used by transmission. This is useful e.g. when they are stored on a network share and accessed by other users. This commit also makes the home and config directories 700, as there is should be no need for wider permissions there.
* gitolite: wrap gitolite-shellBruno Bigras2019-12-08
| | | | | git wasn't found when used with services.fcgiwrap for http auth
* Merge pull request #75182 from clefru/typofixAaron Andersen2019-12-07
|\ | | | | apache-kafka.nix: Add missing quote inside tmpfiles rule
| * apache-kafka.nix: Add missing quote inside tmpfiles ruleClemens Fruhwirth2019-12-07
| |
* | Merge pull request #75180 from flokli/nixos-test-port-pam-u2fFlorian Klink2019-12-07
|\ \ | | | | | | nixosTests.pam-u2f: port test to python
| * | nixosTests.pam-u2f: port test to pythonFlorian Klink2019-12-07
| | |
* | | Merge pull request #74935 from x123/x123-munin-test-pythonFlorian Klink2019-12-07
|\ \ \ | |/ / |/| | nixos/tests/munin: port to python
| * | nixos/tests/munin: port to pythonx1232019-12-06
| | |
* | | nixos/nextcloud: Do not run sudo if not neededJanne Heß2019-12-07
| | | | | | | | | | | | | | | | | | Only use sudo if we are currently not running as the nextcloud user. This is problematic when occ is called from a systemd service with NoNewPrivileges=true
* | | nixos/yggdrasil: fix for configFile optionEmery Hemingway2019-12-07
| | | | | | | | | | | | | | | The configFile was not being merged with the declarative configuration at runtime.
* | | Merge pull request #71442 from jtojnar/ibus-fixesJan Tojnar2019-12-07
|\ \ \ | | | | | | | | Fix/clean up various ibus-engines
| * | | ibus: add installed testsJan Tojnar2019-12-07
| | | |
| * | | nixosTests.installed-tests: allow passing extra makeTest argsJan Tojnar2019-12-07
| | | | | | | | | | | | | | | | For example, extra meta tags.
| * | | nixos/ibus: install D-Bus servicesJan Tojnar2019-12-07
| | |/ | |/| | | | | | | IBus contains some D-Bus services, we should install them too. And enable dconf properly.
* | | nixos/apache-httpd: fix typo in extraConfig descriptionVanya Klimenko2019-12-06
| | |
* | | Merge pull request #72888 from fooker/pr-3Maximilian Bosch2019-12-06
|\ \ \ | | | | | | | | nixos/networkd: Add more valid values for RequiredForOnline
| * | | nixos/networkd: Add more valid values for RequiredForOnlineDustin Frisch2019-11-06
| | | | | | | | | | | | | | | | | | | | `RequiredForOnline` allows for a boolean value or operational state. This adds the values for all valid the operational states.
* | | | Merge pull request #75086 from flokli/nixos-networkd-advertiseMaximilian Bosch2019-12-06
|\ \ \ \ | | | | | | | | | | nixos/networkd: add missing "Advertise" option
| * | | | nixos/networkd: add missing "Advertise" optionFlorian Klink2019-12-06
| | | | | | | | | | | | | | | | | | | | This is in systemd since v240.
* | | | | Merge pull request #74006 from nh2/nixos-tests-consulFlorian Klink2019-12-06
|\ \ \ \ \ | | | | | | | | | | | | nixosTests.consul: init
| * | | | | nixos/consul: register testMaximilian Bosch2019-12-06
| | | | | |
| * | | | | nixosTests.consul: initNiklas Hambüchen2019-12-06
| | | | | |
* | | | | | nixosTests.env: Port to PythonJacek Galowicz2019-12-06
| | | | | |
* | | | | | nixosTests.ecryptfs: Port to PythonJacek Galowicz2019-12-06
| | | | | |
* | | | | | nixosTests.docker-tools-overlay: Port to PythonJacek Galowicz2019-12-06
| | | | | |
* | | | | | nixosTests.dhparams: Port to PythonJacek Galowicz2019-12-06
| |/ / / / |/| | | |
* | | | | nixos/tests/timezone: port to pythonx1232019-12-06
| | | | |
* | | | | Merge pull request #74852 from srhb/gitea-fix-startFlorian Klink2019-12-05
|\ \ \ \ \ | | | | | | | | | | | | nixos/gitea: Fix startup
| * | | | | nixos/gitea: Add srhb as maintainerSarah Brofeldt2019-12-02
| | | | | |
| * | | | | nixos/gitea: Fix startupSarah Brofeldt2019-12-02
| | | | | |
* | | | | | Merge pull request #74032 from ckauhaus/remove-networking.hostconfFlorian Klink2019-12-05
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Remove networking.hostConf option
| * | | | | Rewrite test scriptChristian Kauhaus2019-12-04
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to @flokli and @tfc
| * | | | | Remove networking.hostConf optionChristian Kauhaus2019-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR is part of the networking.* namespace cleanup. We feel that networking.hostConf is rarely used and provides little value compared to using environment.etc."host.conf" directly. Provide sensible default: multi on
* | | | | | Merge pull request #72734 from nyanloutre/zfs_zed_config_moduleSilvan Mosberger2019-12-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/zfs: ZED config module
| * | | | | | nixos/zfs: Adding ZED configuration optionsnyanloutre2019-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: sjau <github.com@sjau.ch>
* | | | | | | Merge pull request #73968 from mat8913/upower-config-masterworldofpeace2019-12-05
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | nixos/upower: Allow customization of UPower.conf
| * | | | | | upower: load config from /etcMatthew Harm Bekkema2019-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the process of making UPower.conf customizable (#73968), it came up that UPower doesn't load its config from /etc by default. The UPower derivation is modified to make it load its config from /etc at runtime, but still install the default config to its nix store path as before. The UPower module is modified to put the config in /etc.
| * | | | | | nixos/upower: Allow customization of UPower.confMatthew Harm Bekkema2019-12-04
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation of options and default values taken from the upstream UPower.conf. The documentation was modified slightly to make more sense when displayed on https://nixos.org/nixos/options.html. A copy of upstream UPower.conf can be found here: https://cgit.freedesktop.org/upower/tree/etc/UPower.conf?id=28bd86c181e2510ef6a1dc7cfa26f97803698a79
* | | | | | Merge pull request #73097 from andrew-d/andrew/gvisor-reduxFlorian Klink2019-12-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | gvisor: init at 2019-11-14
| * | | | | | nixosTests.gvisor: add test for gvisor and gvisor as a Docker runtimeAndrew Dunham2019-12-03
| | | | | | |
* | | | | | | Merge pull request #74753 from mmilata/moinmoin-python-testMarek Mahut2019-12-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixosTests.moinmoin: port to python
| * | | | | | | nixosTests.moinmoin: port to pythonMartin Milata2019-12-01
| | | | | | | |
* | | | | | | | Merge pull request #74992 from rnhmjoj/maintainersMaximilian Bosch2019-12-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos: add myself to maintainers
| * | | | | | | | nixos: add myself to maintainersrnhmjoj2019-12-04
| | | | | | | | |
* | | | | | | | | remove vulgarity from wordpress nixos moduleJason Samsa2019-12-04
|/ / / / / / / /
* | | | | | | | nixosTests.openldap: port test to pythonJacek Galowicz2019-12-04
| | | | | | | |
* | | | | | | | nixosTests.ldap: port integration test to pythonJacek Galowicz2019-12-04
| | | | | | | |
* | | | | | | | Merge pull request #74898 from tfc/nixos-test-retryFlorian Klink2019-12-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/test: Use retry() in all looping functions that need timeouts