summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | | | Merge pull request #38643 from brainrape/prosody-add-dataDirJörg Thalheim2018-04-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | nixos/prosody: add dataDir option
| * | | | | | | | | | | | nixos/prosody: add dataDir optionMárton Boros2018-04-09
| | | | | | | | | | | | |
* | | | | | | | | | | | | nixos/make-ext4-fs: Use closureInfoTuomas Tynkkynen2018-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exportReferencesGraph is deprecated and doesn't have the generated initial Nix database contain the SHA256 of the contents of the store paths, which breaks various things under Nix 2.0.
* | | | | | | | | | | | | Merge pull request #33794 from yrashk/onlykeyMatthew Justin Bauer2018-04-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | config.hardware.onlykey configuration option
| * | | | | | | | | | | | config.hardware.onlykey configuration optionYurii Rashkovskii2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, OnlyKey device (https://crp.to/p/) won't work on Linux (and, therefore, NixOS). This is unintuitive and requires one to search for a solution in the documentation. This change allows one to enable OnlyKey device support directly from their NixOS configuration.
* | | | | | | | | | | | | nixos/tests.chromium: actually notice the tab crashMichael Raskin2018-04-09
| |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Argh, debugging NixOS tests takes forever… (cherry picked from commit 1afb6e790a6a28a4fc5f310a2b0e5e012eb416fd)
* | | | | | | | | | | | Merge pull request #38362 from orbekk/acme-pathJörg Thalheim2018-04-09
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | fix: nixos/nginx certificate location
| * | | | | | | | | | | | fix: nixos/nginx certificate locationKjetil Ørbekk2018-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue when using a cert location other than the default.
* | | | | | | | | | | | | Merge pull request #38513 from Ma27/clementine-license-fixesJörg Thalheim2018-04-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | clementine: provide free derivation by default
| * | | | | | | | | | | | | clementine: provide free derivation by defaultMaximilian Bosch2018-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `clementine` package is actually released under Apache license, but requires the unfree `libspotify` package to build. Now `nixpkgs.clementine` points to the free derivation and `nixpkgs.clementineUnfree` has been introduced for the package bundled with spotify support. Fixes #38315
* | | | | | | | | | | | | | lxc: enable pam_cgfs and fix moduleJörg Thalheim2018-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam_cgfs was part in lxcfs before and moved here fixes #37985
* | | | | | | | | | | | | | Merge pull request #38629 from ivanbrennan/less-configFileJörg Thalheim2018-04-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/less: add configFile option
| * | | | | | | | | | | | | | nixos/less: add configFile optionivanbrennan2018-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose the path to a lesskey file as a module option. This makes it possible to maintain a single lesskey file, used for both NixOS and non-nix systems. An example of how this can be done follows. 1. Write a derivation that fetches lesskey from a known location: { stdenv, fetchgit }: stdenv.mkDerivation { name = "foo"; src = fetchgit { .. }; phases = [ "unpackPhase" "installPhase" ]; installPhase = "mkdir -p $out && cp $src/lesskey $out/lesskey"; } 2. Set programs.less.configFile to the corresponding path: programs.less = { enable = true; configFile = "${pkgs.foo}/lesskey"; };
* | | | | | | | | | | | | | | Merge pull request #38533 from nyanloutre/duplicati-packageMatthew Justin Bauer2018-04-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | duplicati: init at 2.0.3.3
| * | | | | | | | | | | | | | | duplicati: create servicenyanloutre2018-04-07
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #38094 from volth/patch-120Matthew Justin Bauer2018-04-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | nixos/network-scripted: print error details
| * | | | | | | | | | | | | | nixos/network-scripted: print error detailsvolth2018-03-30
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #38547 from Ma27/iftop-moduleJörg Thalheim2018-04-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | nixos/iftop: add module
| * | | | | | | | | | | | | nixos/iftop: add moduleMaximilian Bosch2018-04-07
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is heavily inspired by bd0d8ed807d29faa3deee96bafcbbd76c8fa4060 which added a setcap wrapper for `mtr` in order to allow running `mtr` without `sudo`. The need for the capability `cap_net_raw` that can be registered using `setcap` has been documented in the Arch Wiki: https://wiki.archlinux.org/index.php/Capabilities#iftop A simple testcase has been added which starts two machines, one with a setcap wrapper for `iftop`, one without. Both testcases monitor the bandwidth usage of the machine using the options `-t -s 1` once, the machine with setcap wrapper is expected to succeed, the `iftop` on the machine without setcap wrapper is expected to return a non-zero exit code.
* | | | | | | | | | | | | google-compute-image: provide correct MTUWout Mertens2018-04-08
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #38527 from gnidorah/gitwebWout Mertens2018-04-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | nixos/nginx: fix gitweb submodule
| * | | | | | | | | | | | nixos/nginx: fix gitweb submodulegnidorah2018-04-06
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Update create-gce.sh script. Set default option for GCE images to disable ↵Rob Vermaas2018-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | host key replacement by service. (cherry picked from commit 748d96ffa3c51c3127bcdf23a88d54afad6406e9)
* | | | | | | | | | | | nixos/lxqt: enable upower if config.powerManagement is enabled (#38318)Tim Engler2018-04-06
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/transmission: add basic nixos testCorey O'Connor2018-04-05
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/transmission: Refactor out explicit listing of managed directoriesCorey O'Connor2018-04-05
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/transmission: refactor preStart into scriptCorey O'Connor2018-04-05
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #38302 from johannesloetzsch/masterJörg Thalheim2018-04-05
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | mate/mate-screensaver: fixed unixAuth
| * | | | | | | | | | | mate/mate-screensaver: fixed unixAuthJohannes Lötzsch2018-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, it's not possible to unlock the mate-screensaver.
* | | | | | | | | | | | nixos docs: syntax highlightGraham Christensen2018-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rectifies diverging CSS by combining nixos/nixpkgs docs CSS - Moves our custom Highlight.js loader in to the hljs package - Switches the nixos docs to use SVG callouts too
* | | | | | | | | | | | gce: needs bigger diskSizeRob Vermaas2018-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit ac3437aa061e80604d28aa3dd09013417f3193b1)
* | | | | | | | | | | | ec2-amis.nix: add 18.03 imagesRob Vermaas2018-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e5a4fb31bded4b4e6a7952455f97850e2f013002)
* | | | | | | | | | | | 18.03 release notes: fix typoLinus Heckemann2018-04-05
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #38114 from oxij/nixos/doc-moduleMichael Raskin2018-04-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos: doc module
| * | | | | | | | | | | | nixos: doc: introduce `documentation` config subtreeJan Malakhovski2018-03-30
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #38111 from oxij/tree/cleanupsMichael Raskin2018-04-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | assorted cleanups
| * | | | | | | | | | | | nixos: tcpcrypt: /var/run -> /run, don't drop files out of rundirJan Malakhovski2018-03-30
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos: dysnomia: move into `services` subtreeJan Malakhovski2018-03-30
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos: replace `optionals` -> `optional` in nsswitchJan Malakhovski2018-03-30
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos: users-groups: cleanupJan Malakhovski2018-03-30
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #38405 from volth/patch-121Franz Pletz2018-04-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | network-interfaces-scripted: wlanInterfaces have .device, …
| * | | | | | | | | | | | network-interfaces-scripted: wlanInterfaces have .device, no ↵volth2018-04-03
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "${dev}-netdev.service"
* | | | | | | | | | | | Merge pull request #37218 from cstrahan/kube-test-fixCharles Strahan2018-04-04
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | nixos: kubernetes fixes
| * | | | | | | | | | | nixos: kubernetes fixesCharles Strahan2018-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix reference CNI plugins * The plugins were split out of the upstream cni repo around version 0.6.0 * Fix RBAC and DNS tests * Fix broken apiVersion fields * Change plugin linking to look in ${package}/bin rather than ${package.plugins} * Initial work towards a working e2e test * Test still fails, but at least the expression evaluates now Continues @srhb's work in #37199 Fixes #37199
* | | | | | | | | | | | nixos/tests/openldap: Fix nameTuomas Tynkkynen2018-04-04
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #38431 from volth/patch-122Jörg Thalheim2018-04-04
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | network-interfaces.nix: dead code removal
| * | | | | | | | | | | | network-interfaces.nix: dead code removalvolth2018-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `wlanDeviceUdevScript` is not used below in the text
* | | | | | | | | | | | | nixos/dhcp: fix permissions of statedirJoachim Schiele2018-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/dhcp: fix permissions of statedir
* | | | | | | | | | | | | Merge pull request #37288 from cleverca22/improve-make-tarballGraham Christensen2018-04-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | make-system-tarball: allow alternate compression methods
| * | | | | | | | | | | | make-system-tarball: allow alternate compression methodsMichael Bishop2018-04-03
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |