summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #77664 from tfc/transmission-torrent-test-fixFlorian Klink2020-01-15
|\ | | | | nixos/transmisison: Transmission torrent test fix
| * nixosTests.bittorrent: Refactor declarative partJacek Galowicz2020-01-14
| |
| * nixosTests.bittorrent: Fix declarative httpd descriptionJacek Galowicz2020-01-14
| |
| * nixos/transmission: Fix module codeJacek Galowicz2020-01-14
| |
* | test-driver.py: fix decoding of VM outputErik Arvstedt2020-01-14
| | | | | | | | | | | | | | | | | | | | | | | | The codec format 'unicode_escape' was introduced in 52ee102 to handle undecodable bytes in boot menus. This made the problem worse as unicode chars outside of iso-8859-1 produce garbled output and valid utf-8 strings (such as "\x" ) trigger decoding errors. Fix this by using the default 'utf-8' codec and by explicitly ignoring decoding errors.
* | test-driver.py: specify coreutils dependencyErik Arvstedt2020-01-14
| | | | | | | | Otherwise the driver script fails when coreutils are not in PATH.
* | nixos/doc+manual: update copyright year range end 2019->2020Susan Potter2020-01-14
|/
* Merge pull request #60981 from thefloweringash/usb-modeswitchPeter Hoeg2020-01-14
|\ | | | | usb_modeswitch: fixes
| * [WIP] usb_modeswitchAndrew Childs2019-05-05
| |
* | Merge pull request #76178 from 0x4A6F/master-xandikosSilvan Mosberger2020-01-13
|\ \ | | | | | | xandikos: add tests and module
| * | nixos/xandikos: init0x4A6F2020-01-11
| | |
| * | nixosTests.xandikos: init0x4A6F2020-01-11
| | |
* | | nixos/ndppd: enable systemd sandboxingMartin Milata2020-01-13
| | |
* | | Merge pull request #77554 from lheckemann/fix-wpa-multiple1Robin Gloster2020-01-13
|\ \ \ | | | | | | | | nixos/wpa_supplicant: fix use with multiple interfaces
| * | | nixos/wpa_supplicant: fix #61391Linus Heckemann2020-01-12
| |/ /
* | | Merge pull request #77473 from mayflower/worktreesLinus Heckemann2020-01-13
|\ \ \ | | | | | | | | lib.commitIdFromGitRepo: support git-worktree
| * | | lib.commitIdFromGitRepo: support git-worktreeelseym2020-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib.commitIdFromGitRepo now resolves the refs from the parent repository in case the supplied path is a file containing the path to said repository. this adds support for git-worktree and things alike. see gitrepository-layout(5). this also: - adds a new boolean function lib.pathIsRegularFile to check whether a path is a regular file - patches lib.revisionWithDefault and the revision and versionSuffix attributes in config.system.nixos in order to support git-worktrees
* | | | Merge pull request #77553 from c0deaddict/fix/gitea-typomarkuskowa2020-01-13
|\ \ \ \ | | | | | | | | | | nixos/gitea: fix typo
| * | | | nixos/gitea: fix typoJos van Bakel2020-01-12
| | | | |
* | | | | nixos/paperless: fix tmpfiles rulesErik Arvstedt2020-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, the service expected the paperless user to have a group with the user's name. This is not necessarily the case for custom users.
* | | | | nixos/paperless: don't use deprecated types.loaOfErik Arvstedt2020-01-13
| | | | | | | | | | | | | | | | | | | | This removes a warning.
* | | | | Merge pull request #77324 from worldofpeace/buildbot-evalworldofpeace2020-01-12
|\ \ \ \ \ | | | | | | | | | | | | nixos/buildbot: fix eval, and some twin issues
| * | | | | nixos/jenkins/slave: fix evalworldofpeace2020-01-12
| | | | | |
| * | | | | nixos/buildbot: fix evalworldofpeace2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/NixOS/nixpkgs/issues/77309
* | | | | | Merge pull request #77501 from jtojnar/more-loaof-fxesJan Tojnar2020-01-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | tree-wide: fix more warning related to loaOf deprecation
| * | | | | | tree-wide: fix more warning related to loaOf deprecationJan Tojnar2020-01-11
| | | | | | |
* | | | | | | Merge pull request #77561 from Mic92/openldapFranz Pletz2020-01-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/openldap: check configuration with slaptest
| * | | | | | | nixos/openldap: check configuration with slaptestJörg Thalheim2020-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slapd does only print the error and not the line number. Sometimes it is not even clear that it fails to start due to an incorrect configuration file. Example output of slaptest: 5e1b2179 /nix/store/gbn2v319d4qgw851sg41mcmjm5dpn39i-slapd.conf: line 134 objectClass: Missing closing parenthesis before end of input ObjectClassDescription = "(" whsp numericoid whsp ; ObjectClass identifier [ "NAME" qdescrs ] [ "DESC" qdstring ] [ "OBSOLETE" whsp ] [ "SUP" oids ] ; Superior ObjectClasses [ ( "ABSTRACT" / "STRUCTURAL" / "AUXILIARY" ) whsp ] ; default structural [ "MUST" oids ] ; AttributeTypes [ "MAY" oids ] ; AttributeTypes whsp ")" slaptest: bad configuration file!
* | | | | | | | nixos/usbmuxd: Fix users.groups assignmentSilvan Mosberger2020-01-12
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | A mistake was introduced in https://github.com/NixOS/nixpkgs/pull/63103
* | | | | | | Merge pull request #76861 from Infinisil/paths-as-submodulesRobert Hensing2020-01-12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | lib/types: Allow paths as submodule values
| * | | | | | nixos/doc: Add incompatibility note for `either submodule path`Silvan Mosberger2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Robert Hensing <roberth@users.noreply.github.com>
| * | | | | | lib/types: Allow paths as submodule valuesSilvan Mosberger2020-01-08
| | | | | | |
| * | | | | | nixos/certmgr: Flip either submodule path typeSilvan Mosberger2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For upcoming allowance of paths as submodules
* | | | | | | nixos/nat: use nixos-nat-out instead of OUTPUTvolth2020-01-12
| | | | | | |
* | | | | | | actkbd: fixed the description of the `services.actkbd.bindings` optionsnicket21002020-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The description referred to `<option>sound.enableMediaKeys</option>`, which is actually called `<option>sound.mediaKeys.enable</option>`.
* | | | | | | nixos/nextcloud: added trusted_proxies setting (#77480)Lennart2020-01-11
| | | | | | |
* | | | | | | Merge pull request #76437 from gnidorah/swayMichael Weiss2020-01-11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | nixos/sway: add programs.sway.extraOptions
| * | | | | | nixos/sway: add programs.sway.extraOptionsgnidorah2020-01-09
| | | | | | |
* | | | | | | kafka: Add 2.4Tim Steinbach2020-01-10
| | | | | | |
* | | | | | | nixos/spamassassin: allow initPreConf to be a pathAlyssa Ross2020-01-10
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supporting a path here is important because it allows e.g. fetching a configuration from a URL. To do this and provide the configuration as a string, IFD would be necessary. It's just written into a path anyway.
* | | | | | Merge pull request #77303 from tfc/port-elk-initdb-kafkaFlorian Klink2020-01-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Port elk initdb kafka
| * | | | | | nixosTests.initdb: Move code to existing postgres testJacek Galowicz2020-01-09
| | | | | | |
| * | | | | | nixosTests.postgres: Refactor codeJacek Galowicz2020-01-09
| | | | | | |
| * | | | | | nixosTests.kafka: port to pythonJacek Galowicz2020-01-08
| | | | | | |
| * | | | | | nixosTests.elk: port to pythonJacek Galowicz2020-01-08
| | | | | | |
| * | | | | | nixosTests.initdb: port to pythonJacek Galowicz2020-01-07
| | |_|_|/ / | |/| | | |
* | | | | | lib/types: Introduce lazyAttrsOf (#70138)Silvan Mosberger2020-01-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | lib/types: Introduce lazyAttrsOf
| * | | | | | lib/types: Introduce lazyAttrsOfSilvan Mosberger2020-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The standard attrsOf is strict in its *values*, meaning it's impossible to access only one attribute value without evaluating all others as well. lazyAttrsOf is a version that doesn't have that problem, at the expense of conditional definitions not properly working anymore.
| * | | | | | nixos/doc: Note that attrsOf is strict in its valuesSilvan Mosberger2020-01-10
| | | | | | |
* | | | | | | nixos/powertop: wait for hardware to initialize (#77364)Jörg Thalheim2020-01-10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | nixos/powertop: wait for hardware to initialize