about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | nixos/tests/gitea: fix eval warningsPierre Bourdon2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trace: warning: config.services.gitea.database.password will be stored as plaintext in the Nix store. Use database.passwordFile instead. (Arguably, this shouldn't be a warning at all. But making it happy is easier than having a debate on the value of this warning.)
| * | | | | | | | | nixos/tests/ndppd: fix eval warningsPierre Bourdon2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trace: warning: The options services.ndppd.interface and services.ndppd.network will probably be removed soon, please use services.ndppd.proxies.<interface>.rules.<network> instead.
| * | | | | | | | | nixos/tests/rspamd: fix eval warningsPierre Bourdon2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trace: warning: The option `services.rspamd.bindUISocket' defined in `<unknown-file>' has been renamed to `services.rspamd.workers.controller.bindSockets'. trace: warning: The option `services.rspamd.bindSocket' defined in `<unknown-file>' has been renamed to `services.rspamd.workers.normal.bindSockets'. trace: warning: The option `services.rspamd.workers.”rspamd_proxy".type` defined in `<unknown-file>' has enum value `proxy` which has been renamed to `rspamd_proxy`
* | | | | | | | | | nixos/gnunet: fix typo in `PrivateTmp` parameter (#56343)Andreas Rammhold2019-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Systemd expects `PrivateTmp` and not `PrivateTemp` in the service configuration. I found this by chance while grepping through nixpkgs…
* | | | | | | | | | Merge pull request #56326 from uvNikita/openssh/fix-socketLinus Heckemann2019-02-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | sshd: fix startWhenNeeded and listenAddresses combination
| * | | | | | | | | | sshd: fix startWhenNeeded and listenAddresses combinationNikita Uvarov2019-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, if startWhenNeeded was set, listenAddresses option was ignored and daemon was listening on all interfaces. Fixes #56325.
* | | | | | | | | | | Merge pull request #56335 from Izorkin/nginx-fix-configElis Hirwing2019-02-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nginx: fix formating the config file
| * | | | | | | | | | | nginx: fix formating the config fileIzorkin2019-02-24
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #55792 from sdier/fix/pam-updateSilvan Mosberger2019-02-25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow duosec to be used in nixos as a pam module.
| * | | | | | | | | | | nixos/security: Add release note for duosec pam support for 19.03.Scott Dier2019-02-24
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/security: Fix pam configuration file generation.Scott Dier2019-02-24
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/security: Allow configuration of pam for duosec.Scott Dier2019-02-24
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/security: Add duo-unix support to pam.Scott Dier2019-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also whitespace cleanup of surrounding code.
* | | | | | | | | | | | nixos-rebuild: add edit command (#56241)Daiderd Jordan2019-02-25
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #44573 from vincentbernat/feature/cloudstackRyan Mulligan2019-02-24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/cloudstack-image: initial import
| * | | | | | | | | | | nixos/cloudstack-image: initial importVincent Bernat2018-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cloudstack images are simply using cloud-init. They are not headless as a user usually have access to a console. Otherwise, the difference with Openstack are mostly handled by cloud-init. This is still some minor issues. Notably, there is no non-root user. Other cloud images usually come with a user named after the distribution and with sudo. Would it make sense for NixOS? Cloudstack gives the user the ability to change the password. Cloud-init support for this is imperfect and the set-passwords module should be declared as `- [set-passwords, always]` for this to work. I don't know if there is an easy way to "patch" default cloud-init configuration. However, without a non-root user, this is of no use. Similarly, hostname is usually set through cloud-init using `set_hostname` and `update_hostname` modules. While the patch to declare nixos to cloud-init contains some code to set hostname, the previously mentioned modules are not enabled.
* | | | | | | | | | | | Merge pull request #56257 from pacien/synapse-0.99.1.1-homeserverscriptLéo Gaspard2019-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | matrix-synapse: restore service wrapper script
| * | | | | | | | | | | Revert "nixos/matrix-synapse: use python to launch synapse"pacien2019-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit eb753318b3716921d3ab3b1887385a5ee92b1884. The homeserver script has been restored with commit 0c663e90326fa7d81a36643f9e43b8574939fea3.
* | | | | | | | | | | | Merge pull request #56280 from Izorkin/nginx-configElis Hirwing2019-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nginx: formating the config file
| * | | | | | | | | | | | nginx: formating the config fileIzorkin2019-02-24
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #56220 from SeTSeR/masterElis Hirwing2019-02-24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | acpilight: init at 1.1
| * | | | | | | | | | | | | acpilight: init at 1.1Sergey Makarov2019-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use pname instead of manual adding version to package name
* | | | | | | | | | | | | | squeezelite: fix 'cfg' reference (#56271)Will Dietz2019-02-23
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #38033 from peterhoeg/f/sliteRyan Mulligan2019-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | squeezelite: 2016-05-27 -> 2018-08-14
| * | | | | | | | | | | | | nixos squeezelite: run using DynamicUserPeter Hoeg2018-10-10
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #56217 from aanderse/beanstalkFlorian Klink2019-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | nixos/beanstalkd: update test to use python3 instead of python2
| * | | | | | | | | | | | | nixos/beanstalkd: update test to use python3 instead of python2Aaron Andersen2019-02-22
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | nixos/manual: fix missed <listitem> in highlights sectionAustin Seipp2019-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, the "Kubernetes" note shows up inside the "Pantheon Desktop Environment" highlight section. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | | | | | | | | | nixos/manual: add 19.03 release note for cockroachdb moduleAustin Seipp2019-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | | | | | | | | | | | Release notes: remark about output names with intel -> modesettingMichael Raskin2019-02-23
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #56202 from dotlambda/home-assistant-availableComponentsRobert Schütz2019-02-23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/home-assistant: use availableComponents of configured package
| * | | | | | | | | | | | | | nixos/home-assistant: use availableComponents of configured packageRobert Schütz2019-02-22
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #55958
* | | | | | | | | | | | | | Merge pull request #55843 from LnL7/nixos-nss-hostsSilvan Mosberger2019-02-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos-nsswitch: add option to configure nssHosts
| * | | | | | | | | | | | | | nixos/nsswitch: add option to configure nssHostsDaiderd Jordan2019-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables adding or overriding the default nsswitch hosts in a generic way for packages without a nixos module.
* | | | | | | | | | | | | | | Merge pull request #56167 from etu/iso-with-audioElis Hirwing2019-02-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | installer: Enable pulseaudio in all graphical iso's
| * | | | | | | | | | | | | | | profiles/graphical.nix: Enable pulseaudio for virtualbox appliancesElis Hirwing2019-02-22
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | installer: Enable pulseaudio in all graphical iso'sElis Hirwing2019-02-21
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #56012 from matix2267/logind-lid-switch-external-powerSilvan Mosberger2019-02-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/logind: Add defaultText to config option since it's not static value.
| * | | | | | | | | | | | | | | | nixos/logind: Add defaultText to config option since it's not static value.Mateusz Gołębiewski2019-02-18
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #50504 from symphorien/local-closureInfoSilvan Mosberger2019-02-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos: add preferLocalBuild=true; on derivations for config files and closureInfo
| * | | | | | | | | | | | | | | | | nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol2019-02-22
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | nixos/ledger: initLorenzo Manacorda2019-02-22
| |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm currently not maintaining any packages.
* | | | | | | | | | | | | | | | nixos/beanstalkd: new service for existing package (#55953)aanderse2019-02-22
| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #54877 from markuskowa/upd-openmpi4markuskowa2019-02-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | openmpi: 3.1.3 -> 4.0.0
| * | | | | | | | | | | | | | release-notes: add note about openmpi-4.0.0 upgrade.Markus Kowalewski2019-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add link to openmpi upgrade guide, regarding deprecated MPI-1 symbols.
* | | | | | | | | | | | | | | nixos/kubernetes: add missing systemd restart optionsAdam Finn Tulinius2019-02-21
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | home-assistant-cli: 0.5.0 -> 0.6.0Robert Schütz2019-02-21
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #54980 from danbst/etc-relativeMichael Raskin2019-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos: make symlinks in `/etc` relative (except `/etc/static`)
| * | | | | | | | | | | | | | :facepalm:danbst2019-01-31
| | | | | | | | | | | | | | |