summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | 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
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | this is not related to this PRdanbst2019-01-31
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | make back /etc/static absolute symlinkdanbst2019-01-31
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/etc: Make symlinks relative instead of absoluteFlorian Jacob2019-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that the links can be followed if the NixOS installation is not mounted as filesystem root. In particular, this makes /etc/os-release adhere to the standard: https://www.freedesktop.org/software/systemd/man/os-release.html Fixes #28833.
* | | | | | | | | | | | | | | Merge pull request #56004 from eskimor/add-nix-serve-helpJörg Thalheim2019-02-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos-nix-serve: Add some hint on howto get valid signing keys.
| * | | | | | | | | | | | | | | Add some hint on howto get valid signing keys.Robert Klotzner2019-02-20
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | nixos/xserver: drop intel from videoDrivers (#55583)Michael Raskin2019-02-21
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos/xserver: drop intel from videoDrivers * Some more notes about possible regressions
* | | | | | | | | | | | | | | Merge pull request #45670 from johanot/kubernetes-1.11Franz Pletz2019-02-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | nixos/kubernetes: Module refactor
| * | | | | | | | | | | | | | nixos/kubernetes: fix flannel and kubelet startupJaka Hudoklin2019-02-21
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/kubernetes: bootstrap docker without networkingFranz Pletz2019-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before flannel is ready there is a brief time where docker will be running with a default docker0 bridge. If kubernetes happens to spawn containers before flannel is ready, docker can't be restarted when flannel is ready because some containers are still running on the docker0 bridge with potentially different network addresses. Environment variables in `EnvironmentFile` override those defined via `Environment` in the systemd service config. Co-authored-by: Christian Albrecht <christian.albrecht@mayflower.de>