summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* 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
| * | | | | nixos/powertop: wait for hardware to initializeDenys Pavlov2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should wait until after `multi-user.target` is triggered to allow hardware to finish initializing, such as network devices and USB drives. This ensures `powertop --auto-tune` sets more tunables to "Good". Fixes #66820
* | | | | | Merge pull request #77279 from maralorn/stateVersion-docsNiklas Hambüchen2020-01-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve documentation for stateVersion
| * | | | | | Improve documentation for stateVersionMalte Brandy2020-01-07
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | The meaning of stateVersion often leads to a lot of confusion. This commit trys to improve that situation.
* | | | | | maintainers/create-azure.sh: run from anywhereAlyssa Ross2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not really sure how the line directly after ended up with this, but this line didn't...
* | | | | | Merge pull request #76938 from lourkeur/fix_76184_gnunetmarkuskowa2020-01-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/gnunet: Add types to the options
| * | | | | | nixos/gnunet: Add types to the optionsLouis Bettens2020-01-05
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #76939 from lourkeur/fix_76184_tsocksmarkuskowa2020-01-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/tsocks: Add types to the options
| * | | | | | nixos/tsocks: Add types to the optionsLouis Bettens2020-01-05
| |/ / / / /
* | | | | | Merge pull request #77167 from srhb/ceph-14_2_5Florian Klink2020-01-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | ceph: 14.2.4 -> 14.2.5
| * | | | | | nixos/tests/ceph: Use 3 osds, the default minimumSarah Brofeldt2020-01-09
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #76857 from Infinisil/recursive-disableModulesSilvan Mosberger2020-01-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | Apply `disabledModules` recursively
| * | | | | | nixos/doc: Extend disabledModules docs to indicate recursive disablingSilvan Mosberger2020-01-09
| | | | | | |