about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #77303 from tfc/port-elk-initdb-kafkaFlorian Klink2020-01-10
|\ | | | | Port elk initdb kafka
| * nixosTests.initdb: Move code to existing postgres testJacek Galowicz2020-01-09
| |
| * nixosTests.postgres: Refactor codeJacek Galowicz2020-01-09
| |
| * nixosTests.kafka: port to pythonJacek Galowicz2020-01-08
| |
| * nixosTests.elk: port to pythonJacek Galowicz2020-01-08
| |
| * nixosTests.initdb: port to pythonJacek Galowicz2020-01-07
| |
* | lib/types: Introduce lazyAttrsOf (#70138)Silvan Mosberger2020-01-10
|\ \ | | | | | | lib/types: Introduce lazyAttrsOf
| * | lib/types: Introduce lazyAttrsOfSilvan Mosberger2020-01-10
| | | | | | | | | | | | | | | | | | | | | The standard attrsOf is strict in its *values*, meaning it's impossible to access only one attribute value without evaluating all others as well. lazyAttrsOf is a version that doesn't have that problem, at the expense of conditional definitions not properly working anymore.
| * | nixos/doc: Note that attrsOf is strict in its valuesSilvan Mosberger2020-01-10
| | |
* | | nixos/powertop: wait for hardware to initialize (#77364)Jörg Thalheim2020-01-10
|\ \ \ | |/ / |/| | nixos/powertop: wait for hardware to initialize
| * | nixos/powertop: wait for hardware to initializeDenys Pavlov2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | We should wait until after `multi-user.target` is triggered to allow hardware to finish initializing, such as network devices and USB drives. This ensures `powertop --auto-tune` sets more tunables to "Good". Fixes #66820
* | | Merge pull request #77279 from maralorn/stateVersion-docsNiklas Hambüchen2020-01-10
|\ \ \ | | | | | | | | Improve documentation for stateVersion
| * | | Improve documentation for stateVersionMalte Brandy2020-01-07
| | | | | | | | | | | | | | | | | | | | The meaning of stateVersion often leads to a lot of confusion. This commit trys to improve that situation.
* | | | maintainers/create-azure.sh: run from anywhereAlyssa Ross2020-01-09
| | | | | | | | | | | | | | | | | | | | I'm not really sure how the line directly after ended up with this, but this line didn't...
* | | | Merge pull request #76938 from lourkeur/fix_76184_gnunetmarkuskowa2020-01-09
|\ \ \ \ | | | | | | | | | | nixos/gnunet: Add types to the options
| * | | | nixos/gnunet: Add types to the optionsLouis Bettens2020-01-05
| | | | |
* | | | | Merge pull request #76939 from lourkeur/fix_76184_tsocksmarkuskowa2020-01-09
|\ \ \ \ \ | | | | | | | | | | | | nixos/tsocks: Add types to the options
| * | | | | nixos/tsocks: Add types to the optionsLouis Bettens2020-01-05
| |/ / / /
* | | | | Merge pull request #77167 from srhb/ceph-14_2_5Florian Klink2020-01-09
|\ \ \ \ \ | | | | | | | | | | | | ceph: 14.2.4 -> 14.2.5
| * | | | | nixos/tests/ceph: Use 3 osds, the default minimumSarah Brofeldt2020-01-09
| | |_|_|/ | |/| | |
* | | | | Merge pull request #76857 from Infinisil/recursive-disableModulesSilvan Mosberger2020-01-09
|\ \ \ \ \ | | | | | | | | | | | | Apply `disabledModules` recursively
| * | | | | nixos/doc: Extend disabledModules docs to indicate recursive disablingSilvan Mosberger2020-01-09
| | | | | |
| * | | | | nixos/documentation: Fix disabledModules being renderedSilvan Mosberger2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | Previously disabledModules would not be disabled for the manual
* | | | | | Merge pull request #77158 from aanderse/mysqlFlorian Klink2020-01-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/mysql: restart systemd service on abort
| * | | | | | nixos/mysql: restart systemd service on abortAaron Andersen2020-01-06
| | | | | | |
* | | | | | | home-assistant: 0.100.3 -> 0.103.2 (#76088)Jörg Thalheim2020-01-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | home-assistant: 0.100.3 -> 0.103.2
| * | | | | | | nixosTests.home-assistant: port to pythonOleksii Filonenko2020-01-09
| | | | | | | |
| * | | | | | | nixos/home-assistant: support for secretsJörg Thalheim2020-01-09
| | | | | | | |
* | | | | | | | Merge pull request #77355 from andersk/gdm-tmpfilesFlorian Klink2020-01-09
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | nixos/gdm: Fix tmpfiles configuration syntax
| * | | | | | | nixos/gdm: Fix tmpfiles configuration syntaxAnders Kaseorg2020-01-08
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this error from `nixos-rebuild switch` introduced by #75893: setting up tmpfiles [/etc/tmpfiles.d/nixos.conf:7] Invalid age 'yes'. warning: error(s) occurred while switching to the new configuration Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* | | | | | | nixos/pam: cleanup services (#76885)Jörg Thalheim2020-01-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/pam: cleanup services
| * | | | | | | pam: remove unused ftp serviceJörg Thalheim2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vsftpd is the only ftp server module and defines its own pam service.
| * | | | | | | pam: remove cups serviceJörg Thalheim2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cups module itself already defines this.
| * | | | | | | screen: move pam service to moduleJörg Thalheim2020-01-03
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'master' into ihatemoneyLéo Gaspard2020-01-09
|\ \ \ \ \ \ \
| * | | | | | | nixos/mxisd: fix empty user namePascal Bach2020-01-08
| | | | | | | |
| * | | | | | | nixos/matrix-synapse: fix empty user namePascal Bach2020-01-08
| | | | | | | |
| * | | | | | | Merge pull request #73938 from worldofpeace/port-gnome3-xorg-testworldofpeace2020-01-08
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixosTests.gnome3-xorg: port to python/rewrite
| | * | | | | | | nixosTests.gnome3-xorg: port to python/rewriteworldofpeace2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've rewritten it use GDM, and we can now autologin to the X11 session because of the accountsservice preStart script for autologin. It should work similar to how the wayland test works, just with a few nuanced differences for xorg.
| | * | | | | | | nixos/tests/user-account: add static uid for aliceworldofpeace2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A lot of tests assume that the alice user will have a uid of 1000. Let's make that a guarantee and be able to reference this value.
| * | | | | | | | nixos/doc: document the loaOf type deprecation (#77109)Silvan Mosberger2020-01-08
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | nixos/doc: document the loaOf type deprecation
| | * | | | | | | nixos/doc: document the loaOf type deprecationrnhmjoj2020-01-08
| | | | | | | | |
| * | | | | | | | nixos/tests/chromium: Fix nixos-hex.svg hashRickard Nilsson2020-01-07
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | tree-wide: fix errors and warning related to loaOf deprecationMilan Pässler2020-01-07
| | |_|_|/ / / | |/| | | | |
| * | | | | | nixos/systemd: Explicitly put default path packages after othe… (#77088)Silvan Mosberger2020-01-06
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | nixos/systemd: Explicitly put default path packages after others
| | * | | | | nixos/systemd: Explicitly put default path packages after othersSilvan Mosberger2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the dhcpcd issue in https://github.com/NixOS/nixpkgs/issues/76969, which was exposed by https://github.com/NixOS/nixpkgs/pull/75031 introducing changes in the module ordering and therefore option ordering too. The dhcpcd issue would also be fixable by explicitly putting dhcpcd's paths before others, however it makes more sense for systemd's default paths to be after all others by default, since they should only be a fallback, which is how binary finding will work if they come after.
| * | | | | | Merge pull request #63103 from rnhmjoj/loaofworldofpeace2020-01-06
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Deprecate types.loaOf [WIP]
| | * | | | | | treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
| | | | | | | |
| * | | | | | | nixos/oxidized: add missing slash to PIDFile pathWilliButz2020-01-06
| | | | | | | |
| * | | | | | | Merge pull request #75893 from worldofpeace/gdm-tmpfilesworldofpeace2020-01-06
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | nixos/gdm: use systemd tmpfiles instead of preStart