summaryrefslogtreecommitdiffstats
path: root/nixos
AgeCommit message (Collapse)Author
2018-04-10safeeyes: restart only on failureBjornMelgaard
2018-04-10safeeyes: add moduleBjornMelgaard
2018-04-10Merge pull request #38643 from brainrape/prosody-add-dataDirJörg Thalheim
nixos/prosody: add dataDir option
2018-04-10nixos/make-ext4-fs: Use closureInfoTuomas Tynkkynen
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.
2018-04-09Merge pull request #33794 from yrashk/onlykeyMatthew Justin Bauer
config.hardware.onlykey configuration option
2018-04-09nixos/prosody: add dataDir optionMárton Boros
2018-04-09nixos/tests.chromium: actually notice the tab crashMichael Raskin
Argh, debugging NixOS tests takes forever… (cherry picked from commit 1afb6e790a6a28a4fc5f310a2b0e5e012eb416fd)
2018-04-09Merge pull request #38362 from orbekk/acme-pathJörg Thalheim
fix: nixos/nginx certificate location
2018-04-09Merge pull request #38513 from Ma27/clementine-license-fixesJörg Thalheim
clementine: provide free derivation by default
2018-04-09lxc: enable pam_cgfs and fix moduleJörg Thalheim
pam_cgfs was part in lxcfs before and moved here fixes #37985
2018-04-09Merge pull request #38629 from ivanbrennan/less-configFileJörg Thalheim
nixos/less: add configFile option
2018-04-08Merge pull request #38533 from nyanloutre/duplicati-packageMatthew Justin Bauer
duplicati: init at 2.0.3.3
2018-04-08nixos/less: add configFile optionivanbrennan
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"; };
2018-04-08Merge pull request #38094 from volth/patch-120Matthew Justin Bauer
nixos/network-scripted: print error details
2018-04-08Merge pull request #38547 from Ma27/iftop-moduleJörg Thalheim
nixos/iftop: add module
2018-04-08google-compute-image: provide correct MTUWout Mertens
2018-04-07duplicati: create servicenyanloutre
2018-04-07nixos/iftop: add moduleMaximilian Bosch
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.
2018-04-07Merge pull request #38527 from gnidorah/gitwebWout Mertens
nixos/nginx: fix gitweb submodule
2018-04-07clementine: provide free derivation by defaultMaximilian Bosch
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
2018-04-06nixos/nginx: fix gitweb submodulegnidorah
2018-04-06Update create-gce.sh script. Set default option for GCE images to disable ↵Rob Vermaas
host key replacement by service. (cherry picked from commit 748d96ffa3c51c3127bcdf23a88d54afad6406e9)
2018-04-06nixos/lxqt: enable upower if config.powerManagement is enabled (#38318)Tim Engler
2018-04-05nixos/transmission: add basic nixos testCorey O'Connor
2018-04-05nixos/transmission: Refactor out explicit listing of managed directoriesCorey O'Connor
2018-04-05nixos/transmission: refactor preStart into scriptCorey O'Connor
2018-04-05Merge pull request #38302 from johannesloetzsch/masterJörg Thalheim
mate/mate-screensaver: fixed unixAuth
2018-04-05nixos docs: syntax highlightGraham Christensen
- 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
2018-04-05gce: needs bigger diskSizeRob Vermaas
(cherry picked from commit ac3437aa061e80604d28aa3dd09013417f3193b1)
2018-04-05ec2-amis.nix: add 18.03 imagesRob Vermaas
(cherry picked from commit e5a4fb31bded4b4e6a7952455f97850e2f013002)
2018-04-0518.03 release notes: fix typoLinus Heckemann
2018-04-05Merge pull request #38114 from oxij/nixos/doc-moduleMichael Raskin
nixos: doc module
2018-04-05Merge pull request #38111 from oxij/tree/cleanupsMichael Raskin
assorted cleanups
2018-04-05Merge pull request #38405 from volth/patch-121Franz Pletz
network-interfaces-scripted: wlanInterfaces have .device, …
2018-04-04Merge pull request #37218 from cstrahan/kube-test-fixCharles Strahan
nixos: kubernetes fixes
2018-04-04nixos/tests/openldap: Fix nameTuomas Tynkkynen
2018-04-04Merge pull request #38431 from volth/patch-122Jörg Thalheim
network-interfaces.nix: dead code removal
2018-04-04nixos/dhcp: fix permissions of statedirJoachim Schiele
nixos/dhcp: fix permissions of statedir
2018-04-04Merge pull request #37288 from cleverca22/improve-make-tarballGraham Christensen
make-system-tarball: allow alternate compression methods
2018-04-04network-interfaces.nix: dead code removalvolth
`wlanDeviceUdevScript` is not used below in the text
2018-04-04mkdir -> install -dEelco Dolstra
Fixes #38421.
2018-04-04Merge pull request #38407 from nyanloutre/masterJörg Thalheim
transmission: settings doc location changed
2018-04-0418.03 release notes: final editsVladimír Čunát
2018-04-03transmission: settings doc location changednyanloutre
2018-04-03network-interfaces-scripted: wlanInterfaces have .device, no ↵volth
"${dev}-netdev.service"
2018-04-03make-system-tarball: allow alternate compression methodsMichael Bishop
2018-04-02fix: nixos/nginx certificate locationKjetil Ørbekk
Fix issue when using a cert location other than the default.
2018-04-02nixos/sd-image-*: Raspberry Pi firmware no longer falls under unfreeTuomas Tynkkynen
It's just unfreeRedistributableFirmware now.
2018-04-02nodePackages.parsoid: pin service-runner to 2.3.0Nikolay Amiantov
service-runner had a backwards incompatible update, and parsoid 0.9.0 doesn't work with current stable MediaWiki. Instead use as a source a repository with 0.8.0 and pinned service-runner version.
2018-04-02nixos/release.nix: Add Hydra job for AArch64 SD imageTuomas Tynkkynen
Based on how ISO images are added to the release.