summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* nixos/mysql: declarative users & databasesFlorian Jacob2017-09-18
| | | | using Unix socket authentication, ensured on every rebuild.
* influxdb service: fixup postStart script to handle TLSKranium Gikos2017-09-18
|
* gollum service: initJustin Humm2017-09-18
|
* Merge pull request #27256 from bachp/squid-serviceFranz Pletz2017-09-17
|\ | | | | squid service: initial service based on default config
| * squid service: intial service based on default configPascal Bach2017-09-09
| |
* | nixos/gogs: Fix module when no passwords providedRodney Lorrimar2017-09-17
| | | | | | | | | | | | | | | | | | If neither database.password or database.passwordFile were provided, it would try and fail to coerce null to a string. This fixes the situation where there is no password for the database. Resolves #27950
* | Merge pull request #29479 from florianjacob/fix-tinc-stableJoachim F2017-09-17
|\ \ | | | | | | nixos/tinc: Fix tinc cli wrapper for tinc 1.0
| * | nixos/tinc: Fix tinc cli wrapper for tinc 1.0.Florian Jacob2017-09-17
| | | | | | | | | | | | | | | tinc prior to 1.1 doesn't have the `tinc` executable, and `tincd` isn't of any use while the daemon already runs.
* | | nixos/dovecot: Fix createMailUser implementationaszlig2017-09-17
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option got introduced in 7904499542814b8a4d04fce8dc7ca8c383c083e7 and it didn't check whether mailUser and mailGroup are null, which they are by default. Now we're only creating the user if createMailUser is set in conjunction with mailUser and the group if mailGroup is set as well. I've added a NixOS VM test so that we can verify whether dovecot works without any additional options set, so it serves as a regression test for issue #29466 and other issues that might come up with future changes to the Dovecot service. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Fixes: #29466 Cc: @qknight, @abbradar, @ixmatus, @siddharthist
* | Merge pull request #28927 from xtruder/nixos/logkeys/initJaka Hudoklin2017-09-16
|\ \ | | | | | | logkeys module: init
| * | logkeys module: initThe Admin2017-09-03
| | |
* | | Merge pull request #28892 from ryantm/matterbridge2Joachim F2017-09-16
|\ \ \ | | | | | | | | matterbridge, modules/matterbridge: init at 1.1.0
| * | | matterbridge, modules/matterbridge: init at 1.1.0Ryan Mulligan2017-09-10
| | | |
* | | | systemd: better document enabled, wantedBy, and requiredBy (#29453)Matt McHenry2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | the systemd.unit(5) discussion of wantedBy and requiredBy is in the [Install] section, and thus focused on stateful 'systemctl enable'. so, clarify that in NixOS, wantedBy & requiredBy are still what most users want, and not to be confused with enabled.
* | | | namecoin service: fix typoSilvan Mosberger2017-09-15
| | | |
* | | | sd-image-aarch64: Increase CMA memory so RPi3 virtual console works againTuomas Tynkkynen2017-09-15
| | | |
* | | | nixos/wpa_supplicant: use literalExampleBjørn Forsman2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For various reasons, big Nix attrsets look ugly in the generated manual page[1]. Use literalExample to fix it. [1] Quotes around attribute names are lost, newlines inside multi-line strings are shown as '\n' and attrs written on multiple lines are joined into one.
* | | | dovecot2: added quota, changed pop3 defaultjoachim schiele2017-09-15
| | | |
* | | | zfsUnstable: init at 2017-09-12Jörg Thalheim2017-09-15
| | | |
* | | | Merge pull request #27342 from lheckemann/installer-changesJörg Thalheim2017-09-15
|\ \ \ \ | | | | | | | | | | Installer changes
| * | | | nixos-install: use FIFO for system closureLinus Heckemann2017-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | This avoids running out of space in space-constrained environments, e.g. VMs with relatively small amounts of memory and tmp on tmpfs
| * | | | nixos-install: only search for nixpkgs when neededLinus Heckemann2017-07-13
| | | | |
* | | | | nix: 1.11.14 -> 1.11.15Eelco Dolstra2017-09-15
| | | | |
* | | | | google-instance-setup: add openssh to pathRob Vermaas2017-09-15
| | | | |
* | | | | mtr nixos module: wrap the proper binaryPeter Hoeg2017-09-14
| | | | |
* | | | | tor: skip ControlPort in torrc, if not set.Jörg Thalheim2017-09-13
| | | | |
* | | | | treewide: Escape backslash in strings properlyTuomas Tynkkynen2017-09-14
| | | | | | | | | | | | | | | | | | | | "\." is apparently the same as "." wheras the correct one is "\\."
* | | | | nixos/redmine: fix create roleRobin Gloster2017-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postgresql create role no longer supports NOCREATEUSER option. See https://www.postgresql.org/docs/9.6/static/release-9-6.html for details.
* | | | | Merge pull request #28874 from ryantm/mattermostJoachim F2017-09-13
|\ \ \ \ \ | | | | | | | | | | | | nixos/mattermost: fix create role
| * | | | | nixos/mattermost: fix create roleRyan Mulligan2017-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | postgresql create role no longer supports NOCREATEUSER option. See https://www.postgresql.org/docs/9.6/static/release-9-6.html for details.
* | | | | | Merge pull request #29125 from geistesk/firehol-3.1.4Jörg Thalheim2017-09-13
|\ \ \ \ \ \ | | | | | | | | | | | | | | firehol: init at 3.1.4, iprange: init at 1.0.3
| * | | | | | nixos/fireqos: add servicegeistesk2017-09-09
| | |_|_|_|/ | |/| | | |
* | | | | | hpsa service: fallout from #28557 merge and revertVladimír Čunát2017-09-13
| | | | | |
* | | | | | Merge branch 'staging'Vladimír Čunát2017-09-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10k staging builds are not yet finished on Hydra (mostly darwin), but we now have a 20k jobs rebuilding directly on master, so we would never get to merge this way...
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-08
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-07
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-06
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into stagingFranz Pletz2017-09-05
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-05
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | nixos/hardware/raid/hpsa: Use NIX_BINUTILSJohn Ericson2017-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NIX_CC no longer includes nix-support/dynamic-linker
* | | | | | | | | | | | | nixos/openafs-client: update cellServDB 2009-06-29 -> 2017-03-14Jörg Thalheim2017-09-12
| | | | | | | | | | | | |
* | | | | | | | | | | | | nixos/gitolite: don't leak nix store hash into gitolite-admin username/keyBjørn Forsman2017-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't look good when the initial admin user is named "<hash>-gitolite-admin" and the key stored as "<hash>-gitolite-admin.pub". Instead, make it simply "gitolite-admin" and "gitolite-admin.pub".
* | | | | | | | | | | | | nixos, i2pd: nat option, default trueEdward Tjörnhammar2017-09-12
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #29083 from timor/physlock-11-devJörg Thalheim2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | physlock: 0.5 -> 11-dev
| * | | | | | | | | | | | | physlock: 0.5 -> 11-devtimor2017-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update physlock to a more current version which supports PAM and systemd-logind. Amongst others, this should work now with the slim login manager without any additional configuration, because it does not rely on the utmp mechanism anymore.
* | | | | | | | | | | | | | Merge pull request #29247 from pvgoran/gitolite-RequiresMountsForJörg Thalheim2017-09-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/gitolite: add RequiresMountsFor unit option
| * | | | | | | | | | | | | | services.gitolite: Add RequiresMountsFor unit option ...pvgoran2017-09-12
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ... to ensure that the filesystem where `dataDir` resides is mounted when we do initialization or upgrade.
* / | | | | | | | | | | | | nixos/samba: remove space in "[ global ]" headingBjørn Forsman2017-09-12
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use consistent no-space style. (All documentation I've seen use no space, and the generated section headings from the NixOS module also use no space.)