about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | Merge pull request #34492 from rnhmjoj/privacyJoachim F2018-02-17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/networking-interfaces: add preferTempAddress option
| * | | | | | | | | | nixos/tests: add test for temporary IPv6 addressesrnhmjoj2018-02-01
| | | | | | | | | | |
| * | | | | | | | | | nixos/networking-interfaces: add preferTempAddress optionrnhmjoj2018-02-01
| | | | | | | | | | |
* | | | | | | | | | | nixos/boot: allow kernel.printk override (#34958)Matthieu Coudron2018-02-17
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At one point in my configuration I had: boot.kernel.sysctl = { # https://unix.stackexchange.com/questions/13019/description-of-kernel-printk-values "kernel.printk" = "4 4 1 7"; }; which triggered: error: The unique option `boot.kernel.sysctl.kernel.printk' is defined multiple times, in `/home/teto/dotfiles/nixpkgs/mptcp-unstable.nix' and `/home/teto/nixpkgs/nixos/modules/system/boot/kernel.nix'. (use ‘--show-trace’ to show detailed location information) Traceback (most recent call last): File "/home/teto/nixops/scripts/nixops", line 984, in <module> args.op() File "/home/teto/nixops/scripts/nixops", line 406, in op_deploy max_concurrent_activate=args.max_concurrent_activate) File "/home/teto/nixops/nixops/deployment.py", line 1045, in deploy self.run_with_notify('deploy', lambda: self._deploy(**kwargs)) File "/home/teto/nixops/nixops/deployment.py", line 1034, in run_with_notify f() File "/home/teto/nixops/nixops/deployment.py", line 1045, in <lambda> self.run_with_notify('deploy', lambda: self._deploy(**kwargs)) File "/home/teto/nixops/nixops/deployment.py", line 985, in _deploy self.configs_path = self.build_configs(dry_run=dry_run, repair=repair, include=include, exclude=exclude) File "/home/teto/nixops/nixops/deployment.py", line 653, in build_configs raise Exception("unable to build all machine configurations") Exception: unable to build all machine configurations This simple addition allows to override it.
* | | | | | | | | | Merge pull request #33954 from kuznero/pr/kubernetesTim Steinbach2018-02-16
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | kubernetes: 1.7.9 -> 1.9.1
| * | | | | | | | | nixos/k8s: Enable Node authorizer and NodeRestriction by defaultSarah Brofeldt2018-02-04
| | | | | | | | | |
| * | | | | | | | | kubernetes-dashboard (module): 1.6.3 -> 1.8.2Roman Kuznetsov2018-01-17
| | | | | | | | | |
* | | | | | | | | | nixos tests: disable fwupd for nowVladimír Čunát2018-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/NixOS/nixpkgs/pull/32751/files#r168736256
* | | | | | | | | | Merge staging and PR #35021Vladimír Čunát2018-02-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's the last staging commit (mostly) built on Hydra, and a minimal fix for Darwin regression in pysqlite.
| * | | | | | | | | | radvd service: fix due to systemd upgradeFranz Pletz2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the systemd 237 upgrade, radvd wouldn't start anymore because the PID file cannot be written. It seems that directories in /run has to be explicitely defined as RuntimeDirectory now. The PID file isn't needed due to systemd, though, so it was removed along with forking and loggia via syslog. This fixes the ipv6 NixOS test.
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-02-14
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-02-13
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libclc/default.nix pkgs/top-level/all-packages.nix
| * | | | | | | | | | | systemd: 234 -> 237Franz Pletz2018-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Florian Klink <flokli@flokli.de> Co-Authored-By: Andreas Rammhold <andreas@rammhold.de>
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-02-11
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #34518 from aneeshusa/document-default-kerberos-in-opensshJörg Thalheim2018-02-10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | openssh: Document default Kerberos support
| | * | | | | | | | | | | | openssh: Document default Kerberos supportAneesh Agrawal2018-02-02
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | connmand: add extraFlags option to serviceHerwig Hochleitner2018-02-15
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | makeModulesClosure: support firmwareNikolay Amiantov2018-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link it in stage 1.
* | | | | | | | | | | | | | nixos: make `boot.kernel.features` internalHerwig Hochleitner2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't useful as public API. It should be used by options to activate kernel features for use with specific programs.
* | | | | | | | | | | | | | programs.systemtap: add nixos option for installing systemtapHerwig Hochleitner2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also enables debug feature on kernel
* | | | | | | | | | | | | | programs.criu: add nixos option for installing criu + kernel flagsHerwig Hochleitner2018-02-15
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | boot.kernel.features: add nixos option for setting kernel featuresHerwig Hochleitner2018-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allows setting the features attribute for pkgs/os-specific/linux/kernel/common-config.nix
* | | | | | | | | | | | | | Merge pull request #32751 from jtojnar/fwupd-1.0.2Jan Tojnar2018-02-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fwupd: 1.0.1 → 1.0.4
| * | | | | | | | | | | | | | nixos/fwupd: add testJan Tojnar2018-02-15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/fwupd: add maintainersJan Tojnar2018-02-15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #34979 from jtojnar/gjs-1.50.4Jan Tojnar2018-02-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | gnome3.gjs: 1.50.2 → 1.50.4
| * | | | | | | | | | | | | | nixos/gjs: add testJan Tojnar2018-02-14
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | nixos/plotinus: add module to enable plotinusSam Parkinson2018-02-14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #34974 from dotlambda/prosodyFrederik Rietdijk2018-02-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | nixos/prosody: add package option
| * | | | | | | | | | | | | nixos/prosody: add package optionRobert Schütz2018-02-14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | nixos/gnunet: set private TMPDIR (#34945)Lassulus2018-02-14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | plasma: 5.11.5 -> 5.12.1adisbladis2018-02-14
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | zsh-autoenv: init at 2017-12-16 (#34932)Alexey Lebedeff2018-02-14
| | | | | | | | | | | | |
* | | | | | | | | | | | | nixos/tests: add simple dockerTools testProfpatsch2018-02-14
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #34507 from jtojnar/pipewireJan Tojnar2018-02-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | pipewire: init at 0.1.8
| * | | | | | | | | | | | | nixos/pipewire: initJan Tojnar2018-02-01
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | 18.03 release notes: highlight gnome 3.26Jan Tojnar2018-02-14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | 18.03 release notes: warn about libinputJan Tojnar2018-02-14
| |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #34705 from etu/php-upgradeFranz Pletz2018-02-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | php: 7.1.14 -> 7.2.2
| * | | | | | | | | | | | | php: 7.1.14 -> 7.2.2Elis Hirwing2018-02-07
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #34905 from vcunat/p/kresd-TLSJörg Thalheim2018-02-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kresd service: add listenTLS option
| * | | | | | | | | | | | | | kresd service: add listenTLS optionVladimír Čunát2018-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix some deficiencies in the systemd multi-socket stuff.
* | | | | | | | | | | | | | | nixos/prometheus/alertmanager: double hyphenate long opts (#34914)Ruben Maher2018-02-12
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alertmanager 0.13.0 doesn't support single dash long options, so '-config.file' for example is parsed as '-c', which leads to the service not starting.
* | | | | | | | | | | | | | Merge #34866: nixos doc: efficient comparisonsVladimír Čunát2018-02-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves most of the performance regression from a7d75ab (#33898).
| * | | | | | | | | | | | | | nixos: doc: trivial cleanup and docstring fixJan Malakhovski2018-02-11
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos: doc: make option sorting somewhat more efficientJan Malakhovski2018-02-11
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | jid: remove packageProfpatsch2018-02-12
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | nixos/testing: use the same qemu in the test driverFranz Pletz2018-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The qemu_test package is also used for running a NixOS qemu VM.
* | | | | | | | | | | | | | bird2: init at 2.0.1Franz Pletz2018-02-11
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge #32774: slurm-spank-x11: init at 0.2.5Vladimír Čunát2018-02-10
|\ \ \ \ \ \ \ \ \ \ \ \ \