summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/tests/taskserver: fix typos (#43284)Oliver Evans2018-07-11
|
* nixos/tests/taskserver: fix evalUli Baum2018-07-11
| | | | | | | | | | | | Since IP address options were changed for 18.03, eval has failed with: "The option `networking.interfaces.eth1.subnetMask' is used but not defined." although this option is not used at all in nixos anymore. The misleading error message seems to be generated from evaluating warnings for `mkRemovedOptionModule ["subnetMask"]` which apparently broke here when this test inherited network.interfaces from one VM config to another. Cc: @aszlig
* nixos/udisks2: use upstream unitJan Tojnar2018-07-10
| | | | | | Simplifies the module and gets rid of the following error: The --no-debug option is deprecated and ignored. See '--help
* Merge pull request #38324 from rvl/znc-uri-prefixxeji2018-07-10
|\ | | | | znc: add uriPrefix option
| * znc: add uriPrefix optionRodney Lorrimar2018-04-02
| | | | | | | | | | | | | | Allows the ZNC web interface to be hosted behind a reverse proxy as a subdirectory. https://wiki.znc.in/Reverse_Proxy#As_subdirectory
* | options.i18n.inputMethod.package: fix type (#43239)volth2018-07-09
| |
* | nixos/nexus: fix evaluationvolth2018-07-09
| |
* | nixos/matomo: fix evaluationvolth2018-07-09
| |
* | nixos/journalwatch: fix evaluationvolth2018-07-09
| |
* | nixos/digitalbitbox: fix evaluationvolth2018-07-09
| |
* | nixos: Add option networking.networkmanager.dynamicHostsRickard Nilsson2018-07-07
| | | | | | | | | | | | | | | | | | This allows non-privileged users to configure local DNS entries by editing hosts files read by NetworkManager's dnsmasq instance. Cherry-picked from e6c3d5a507909c4e0c0a5013040684cce89c35ce and 5a566004a2b12c3d91bf0acdb704f1b40770c28f.
* | Merge pull request #43094 from grahamc/fix-quagga-docsGraham Christensen2018-07-06
|\ \ | | | | | | quagga module: Use a deep merge via imports instead of the shallow merge
| * | quagga module: Use a deep merge via imports instead of the shallow mergeGraham Christensen2018-07-05
| | | | | | | | | | | | | | | | | | The deep merge caused all the options to be unset when generating docs, unless quagga was enabled. Using imports, instead, properly allows the documentation to be generated.
* | | networking: Fix timeout when `lo` has aliased IPsGraham Christensen2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a config like { networking.interfaces."lo".ip4 = [ { address = "10.8.8.8"; prefixLength = 32; } ]; } a nixos-rebuild switch would take a long time, and you'd see: $ systemctl list-jobs JOB UNIT TYPE STATE 734400 network-interfaces.target start waiting 734450 sys-subsystem-net-devices-lo.device start running 734449 network-link-lo.service start waiting and: systemd[1]: sys-subsystem-net-devices-lo.device: Job sys-subsystem-net-devices-lo.device/star> systemd[1]: sys-subsystem-net-devices-lo.device: Job sys-subsystem-net-devices-lo.device/star> systemd[1]: Timed out waiting for device sys-subsystem-net-devices-lo.device. This removes the device dependency for `lo` and fixes this bug. Closes #7227
* | | nixos.tests.containers-imperative: increase VM memoryVladimír Čunát2018-07-06
| | | | | | | | | | | | | | | Apparently merging #43021 1bdb1387103 did increase memory usage in some cases. 1 GiB for a VM memory seems still low enough to me.
* | | dockerTools.buildImage: add option to use nix output hash as tagMathias Schreck2018-07-06
| | |
* | | Merge pull request #43097 from peterhoeg/m/pipewirePeter Hoeg2018-07-06
|\ \ \ | | | | | | | | pipewire (nixos): add socket activation support
| * | | pipewire (nixos): add support for socket activationPeter Hoeg2018-07-06
| | | |
* | | | Merge pull request #42569 from spacefrogg/nscd-fixMatthew Bauer2018-07-05
|\ \ \ \ | |_|/ / |/| | | resolvconf.conf: Remove forced NSCD service restart
| * | | resolvconf.conf: Remove forced NSCD service restartMichael Raitza2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Forcibly restarting NSCD is unnecessary and breaks setups that use SSSD for authentication. NSCD is capable of detecting changes to /etc/resolv.conf and invalidating its caches internally. Restarting NSCD/SSSD breaks user name and UID resolution.
* | | | Merge pull request #42724 from yshui/libinput-buttonMatthew Bauer2018-07-05
|\ \ \ \ | | | | | | | | | | libinput: add button to scrollMethod
| * | | | nixos/libinput: add button to scrollMethodYuxuan Shui2018-06-28
| | | | | | | | | | | | | | | | | | | | Close #17840
* | | | | Merge pull request #42775 from mkaito/oauth2_proxy-virtualHostsYegor Timoshenko2018-07-05
|\ \ \ \ \ | | | | | | | | | | | | oauth2_proxy: add nginx vhost module
| * | | | | fixup! oauth2_proxy: add nginx vhost moduleMichishige Kaito2018-06-29
| | | | | |
| * | | | | oauth2_proxy: add nginx vhost moduleMichishige Kaito2018-06-29
| | | | | |
* | | | | | Merge pull request #42398 from Ma27/make-autorandr-target-configurableSilvan Mosberger2018-07-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/autorandr: make default target in systemd service configurable
| * | | | | | nixos/autorandr: make default target in systemd service configurableMaximilian Bosch2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `.service` file defining the `systemd` unit for `autorandr.service` which is bundled with the package itself uses `--default default` in the `ExecStart` section. This can be an issue when having multiple layouts (e.g. `default` as workstation layout I mostly work on and `mobile` when I go somewhere else). When the service gets restarted and `--default` can't be applied, however the current layout can't be detected (e.g. when working with an unknown beamer) the service silently fails with a message like this: ``` Jun 22 18:44:46 hauptshuhle autorandr[3168]: /nix/store/h83b72ffm68nm8fyjnppljchp456a94r-xrandr-1.5.0/bin/xrandr: ca> Jun 22 18:44:46 hauptshuhle autorandr[3168]: Failed to apply profile 'default' (line 718): Jun 22 18:44:46 hauptshuhle autorandr[3168]: Command failed: /nix/store/h83b72ffm68nm8fyjnppljchp456a94r-xrandr-1.> ``` As discussed in the IRC (see https://botbot.me/freenode/nixos/2018-07-05/?msg=101791455&page=6) it's a bad long-term solution in terms of maintenance to manually patch the service file bundled with the derivation, instead the service shall be configured declaratively. Additionally this makes possible overrides from the user-space way easier. The `udev` rule (in `$out/etc/udev/rules.d`) won't' be affected, it simply runs `systemctl start autorandr.service` when e.g. a new display is added, so now `udev` communicates with the NixOS systemd unit.
* | | | | | | Merge pull request #42118 from emmanuelrosa/mpd-nixos-testsSilvan Mosberger2018-07-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mpd: add NixOS tests
| * | | | | | | mpd: add NixOS testsEmmanuel Rosa2018-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds NixOS tests for the MPD (Music Player Daemon) module. Tests include: - Playing audio locally using ALSA directly. - Playing audio locally using PulseAudio (backed by ALSA). - Playing audio from an external client. - Rejecting an external client when it's not explicitly allowed (default configuration). refs #41772
* | | | | | | | supplicant: Fix tiny typo in the documentationIngo Blechschmidt2018-07-04
| | | | | | | |
* | | | | | | | Merge pull request #42860 from ldesgoui/fix-murmur-serviceSilvan Mosberger2018-07-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | murmur service: prevent silent launch failure by waiting until network is available
| * | | | | | | | murmur: prevent silent launch failureldesgoui2018-07-02
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #41222 from gnidorah/firewallSilvan Mosberger2018-07-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/firewall: per-interface port options
| * | | | | | | | nixos/firewall: per-interface port optionsgnidorah2018-06-24
| | | | | | | | |
* | | | | | | | | Merge pull request #42896 from sorki/gpsd_nowaitJörg Thalheim2018-07-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/gpsd-service: add services.gpsd.nowait option
| * | | | | | | | | gpsd: use optionalStringJörg Thalheim2018-07-03
| | | | | | | | | |
| * | | | | | | | | nixos/gpsd-service: add services.gpsd.nowait optionRichard Marko2018-07-03
| | | | | | | | | |
* | | | | | | | | | Merge pull request #42898 from aespinosa/kerberosJörg Thalheim2018-07-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/kerberos: update binary folder pointer
| * | | | | | | | | | nixos/kerberos: update binary folder pointerAllan Espinosa2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ${pkg.tcp_wrappers}/sbin does not exist anymore.
* | | | | | | | | | | Merge pull request #42269 from Baughn/zfsJörg Thalheim2018-07-03
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | zfs: Improve import handling
| * | | | | | | | | | zfs: Improve import handlingSvein Ove Aas2018-07-02
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #42845 from ivanbrennan/nixos-sudo-describe-rules-precedenceJoachim F2018-07-02
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | nixos/security.sudo: Document ordering of extraRules
| * | | | | | | | | | nixos/security.sudo: describe extraRules orderivanbrennan2018-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The order of sudoers entries is significant. The man page for sudoers(5) notes: Where there are multiple matches, the last match is used (which is not necessarily the most specific match). This module adds a rule for group "wheel" matching all commands. If you wanted to add a more specific rule allowing members of the "wheel" group to run command `foo` without a password, you'd need to use mkAfter to ensure your rule comes after the more general rule. extraRules = lib.mkAfter [ { groups = [ "wheel" ]; commands = [ { command = "${pkgs.foo}/bin/foo"; options = [ "NOPASSWD" "SETENV" ]; } ] } ]; Otherwise, when configuration options are merged, if the general rule ends up after the specific rule, it will dictate the behavior even when running the `foo` command.
* | | | | | | | | | | nixos/hadoop: Replace users.extra{Users,Groups}aszlig2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In fff5923686c21dd147bde62d08e9f1042deadb4f all occurences of users.extraUsers and users.extraGroups have been changed tree-wide to users.users and users.group. In the meantime the hadoop modules were introduced via #41381 (060a98e9f4ad879492e48d63e887b0b6db26299e). Unfortunately those modules still use users.extraUsers, which has been renamed a long time ago (14321ae2431e33f5ed81f1ee43eddd29c7e9d01d, about three years from now), so let's actually rename it accordingly as well. Signed-off-by: aszlig <aszlig@nix.build> Cc: @matthewbauer, @aespinosa
* | | | | | | | | | | Merge pull request #41823 from Chiiruno/dev/megucaJörg Thalheim2018-07-02
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | meguca: 2018-05-26 -> 2018-06-11
| * | | | | | | | | | meguca: 2018-05-26 -> 2018-06-10Okina Matara2018-06-29
| | | | | | | | | | |
* | | | | | | | | | | 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
| | | | | | | | | | |