summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #42798 from flokli/users-usersMichael Raskin2018-07-02
|\ | | | | tree-wide: users.extraUsers -> users.users, users.extraGroups -> users.groups
| * nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
| |
| * nixos/tests: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
| |
| * nixos-generate-config.pl: users.extraUsers-> users.usersFlorian Klink2018-06-30
| |
| * nixos/modules/installer: users.extraUsers -> users.usersFlorian Klink2018-06-30
| |
* | iwd: set statedir to /var/lib/iwdJörg Thalheim2018-07-01
| |
* | Merge pull request #41381 from aespinosa/hadoop-modulesMatthew Bauer2018-06-30
|\ \ | | | | | | nixos/hadoop: add hadoop module (hdfs, yarn)
| * | nixos/hadoop: add hadoop module (hdfs, yarn)Allan Espinosa2018-06-29
| | |
* | | nixos/tests/letsencrypt: Don't substitute certsaszlig2018-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If one of the certificates of the chain gets substituted from a binary cache and the rest is generated locally it might turn out that we get invalid certificates, which in turn cause tests using this module to fail. So let's set allowSubstitutes to false for all derivations that are involved with certificate/key generation. Signed-off-by: aszlig <aszlig@nix.build>
* | | nixos/fwupd: Fix metaSilvan Mosberger2018-06-30
| | |
* | | Merge pull request #42709 from jollheef/masteradisbladis2018-06-30
|\ \ \ | |_|/ |/| | hostapd: use WPA2 instead of WPA1 by default
| * | hostapd: use WPA2 instead of WPA1 by defaultMikhail Klementev2018-06-30
| | |
* | | Merge pull request #42746 from flokli/manual-fixes-users-usersxeji2018-06-30
|\ \ \ | | | | | | | | Manual fixes: users.extraUsers -> users.users
| * | | manual: rename user added to networkmanager from "youruser" to "alice"Florian Klink2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | to be consistent with the rest of the manual Reported-By: Cedric Shahabi <cedric.shahabi@gmail.com>
| * | | manual: rename users.extraUsers to users.usersFlorian Klink2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Is called like this since 14321ae2431e33f5ed81f1ee43eddd29c7e9d01d, but docs were still using the old option in some cases. Reported-By: Cedric Shahabi <cedric.shahabi@gmail.com>
* | | | openafs_1_8: init at 1.8.0 (#41889)spacefrogg2018-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new "server" output holding the server binaries - Adapt tsmbac.patch to new build environment - Adapt openafs nixos server module accordingly - Update upstream CellServDB: 2017-03-14 -> 2018-05-14 - Introduce package attributes to refer to the openafs packages to use for server, programs and kernel module
* | | | networkmanager: Expand dns description, integrate with other services (#41898)Benjamin Staffin2018-06-29
| | | | | | | | | | | | | | | | | | | | Rather than special-casing the dns options in networkmanager.nix, use the module system to let unbound and systemd-resolved contribute to the newtorkmanager config.
* | | | Merge pull request #42655 from yesbox/zerotier_moduleMatthew Bauer2018-06-28
|\ \ \ \ | | | | | | | | | | zerotier module: interface names changed; fix no dhcp
| * | | | zerotier: interface names changed; fix no dhcpJesper Geertsen Jonsson2018-06-27
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Since ZT v1.2.8: ZT interface names are no longer named zt<sequence number>. Instead they are by default named zt<network hash>. https://www.zerotier.com/blog/2018-05-04-128.shtml
* | | | Merge pull request #42326 from Ekleog/opensmtpd-testMatthew Bauer2018-06-28
|\ \ \ \ | | | | | | | | | | opensmtpd package and module: add nixos test
| * | | | opensmtpd package and module: add nixos testLéo Gaspard2018-06-21
| | | | |
* | | | | Merge pull request #41635 from spacefrogg/dbus-nss-fixMatthew Bauer2018-06-28
|\ \ \ \ \ | | | | | | | | | | | | dbus: Add NSS modules path to dbus system bus service
| * | | | | dbus: Add NSS modules path to dbus system bus serviceMichael Raitza2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DBus seems to resolve user IDs directly via glibc, circumventing nscd. In more advanced setups this leads to user's coming from LDAP or SSSD not being resolved by the dbus system bus daemon. The effect for such users is, that all access to the system bus (e.g. busctl or nmcli) is denied. Adding the respective NSS modules to the service's environment solves the issue the same way it does for nscd.
* | | | | | Merge pull request #41799 from pacien/patch-4Matthew Bauer2018-06-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | cgit: Parametrise cgit subdirectory
| * | | | | | cgit: parametrise subdirectoryNotkea2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This proposal enables the user to choose the sub-directory in which to serve cgit. The previous default behaviour isn't altered.
* | | | | | | Merge pull request #42394 from netixx/add-freeradius-modulesMatthew Bauer2018-06-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | freeradius : added service to module-list
| * | | | | | | freeradius : added service to module-listNetix (Espinet François)2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The freeradius service was merged with #34587 but the module was not added to module-list. This commit fixes that and enables the use of services.freeradius in nixos configuration.
* | | | | | | | Merge pull request #41343 from jerith666/restic-s3Matthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | restic: add s3CredentialsFile option
| * | | | | | | | restic: add s3CredentialsFile optionMatt McHenry2018-06-02
| | | | | | | | |
* | | | | | | | | Merge pull request #41430 from Tomahna/bloopMatthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Bloop: Init 1.0.0-M11
| * | | | | | | | | bloop: init at 1.0.0-M11Kevin Rauscher2018-06-23
| | | | | | | | | |
* | | | | | | | | | Merge pull request #41444 from dasJ/tt-rssMatthew Bauer2018-06-28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | nixos/tt-rss: Support plugins and themes
| * | | | | | | | | nixos/tt-rss: Support plugins and themesJanne Heß2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The extra config is required to configure some plugins.
* | | | | | | | | | nixos/zfs: load encryption keys for all pools (#41846)Frank Doepper2018-06-28
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #41838 At the moment it works fine for "file://" keys, but does not work for dataPools with "prompt" keys, because the passphrase cannot be entered (yet).
* | | | | | | | | Merge pull request #42588 from laMudri/ibus-troubleshootJörg Thalheim2018-06-27
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | nixos/ibus: detail workaround for issue #11558
| * | | | | | | | nixos/ibus: detail workaround for issue #11558laMudri2018-06-25
| | | | | | | | |
* | | | | | | | | nixos/strongswan-swanctl: Fix build of manualaszlig2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 401370287a9b74fc18539fe9c0bdc7ac9df9cf22 introduced a small error where the closing tag of <literal/> was an opening tag instead. Signed-off-by: aszlig <aszlig@nix.build> Cc: @basvandijk, @xeji
* | | | | | | | | virtlyst service: initFranz Pletz2018-06-26
| | | | | | | | |
* | | | | | | | | Merge pull request #42518 from LumiGuide/strongswan-swanctl-5.6.3xeji2018-06-25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | strongswan-swanctl: adapt options to strongswan-5.6.3
| * | | | | | | | | strongswan-swanctl: adapt options to strongswan-5.6.3Bas van Dijk2018-06-24
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This time there was only one change between 5.6.2..5.6.3: https://github.com/strongswan/strongswan/commit/2c7a4b07045786ee493021020e2ad5bd6bb4d045
* | | | | | | | | nixos/npm: add `npm` to the system closure by default (#42420)Maximilian Bosch2018-06-25
| | | | | | | | |
* | | | | | | | | Merge pull request #42365 from LumiGuide/fix-chronydxeji2018-06-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | chrony: disable the whole timesyncd module when chronyd is enabled
| * | | | | | | | | chrony: disable the whole timesyncd module when chronyd is enabledBas van Dijk2018-06-22
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Peviously only the timesyncd systemd unit was disabled. This meant that when you activate a system that has chronyd enabled the following strange startup behaviour takes place: systemd[1]: Starting chrony NTP daemon... systemd[1]: Stopping Network Time Synchronization... systemd[1]: Stopped chrony NTP daemon. systemd[1]: Starting Network Time Synchronization...
* | | | | | | | | ostree: 2018.4 → 2018.6Jan Tojnar2018-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update, clean-up dependencies and add installed tests.
* | | | | | | | | Merge pull request #42424 from LumiGuide/remove-deprecated-postageDaiderd Jordan2018-06-24
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | pgmanage: remove deprecated postage alias
| * | | | | | | | pgmanage: remove deprecated postage aliasBas van Dijk2018-06-23
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following has been removed: * The `services.postage` alias for the `services.pgmanage` module * The `postage` alias for the `pgmanage` package
* / / / / / / / nixos/screen: add `pkgs.screen` to the system closureMaximilian Bosch2018-06-23
|/ / / / / / /
* | | | | | | installer tests: avoid udisks2Vladimír Čunát2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a temporary hack to fix channel until we resolve #42324.
* | | | | | | nixos/thefuck: move init scripts to `programs.*.interactiveShellInit`Maximilian Bosch2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `fuck` should only be used for interactive sessions, but nothing more (so init files like `/etc/zshenv` become even more lightweight).
* | | | | | | Merge pull request #42327 from bkchr/fix_plasma5_testMatthew Justin Bauer2018-06-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tests.plasma5: Fixes OCR in sddm by providing a custom theme