summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
...
| * | | | | | | Merge pull request #31007 from yegortimoshenko/nixos-generate-config/umaskOrivej Desh2017-11-01
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | nixos-generate-config: enforce umask 0022, fixes #30954
| | * | | | | | nixos-generate-config: enforce umask 0022, fixes #30954Yegor Timoshenko2017-10-30
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #31058 from rnhmjoj/dnschainSander van der Burg2017-10-31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | DNSChain: move expression to new nodePackages
| | * | | | | | nixos/dnschain: use nodePackages.dnschainrnhmjoj2017-10-31
| | | | | | | |
| * | | | | | | Merge pull request #31039 from LumiGuide/fix-graphite-apiGraham Christensen2017-10-31
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | graphite: fix the graphiteApi service
| | * | | | | | | graphite: fix the graphiteApi serviceBas van Dijk2017-10-31
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #31044 from LumiGuide/fix-apache-httpdGraham Christensen2017-10-31
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | apache-httpd: fix nix evaluation error
| | * | | | | | | apache-httpd: fix nix evaluation errorBas van Dijk2017-10-31
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This only sets the timezone when it's not null to prevent: error: cannot coerce null to a string, at nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix:676:7
| * | | | | | | Merge pull request #31050 from pbogdan/wordpress-disable-autoupdatesGraham Christensen2017-10-31
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | apache-httpd/wordpress: disable built-in WordPress autoupdater
| | * | | | | | | apache-httpd/wordpress: disable built-in WordPress autoupdaterPiotr Bogdan2017-10-31
| | | | | | | | |
| * | | | | | | | nixos/ssh: fix examplemingchuan2017-11-01
| | |/ / / / / / | |/| | | | | |
| * | | | | | | gdm: don't start getty@tty1 if enabledlassulus2017-10-30
| | | | | | | |
| * | | | | | | network-interfaces-scripted: fix NixOS/nixops#640Bas van Dijk2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverse the PartOf dependency between network-setup and network-addresses-* This was joint work of: @nh2, @domenkozar, @fpletz, @aszlig and @basvandijk at the NixCon 2017 hackathon.
| * | | | | | | nixos/acme: remove doc note about restarting nginxChris Martin2017-10-30
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discussion from #30945 indicates that it is no longer true that you have to restart nginx.
| * | | | | | nixos/gitlab: fix secret generationMárton Boros2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This line previously produced an error and an empty secret file.
| * | | | | | nixos/gitlab: fix preStart scriptMárton Boros2017-10-30
| | | | | | |
| * | | | | | nixos/gitlab: fix hard-coded database nameMárton Boros2017-10-30
| | |_|/ / / | |/| | | |
| * | | | | PlexPy serviceChristopher Singley2017-10-29
| | | | | |
| * | | | | gdm: fix restart of display-manager after nixos-rebuildJonas Schwabe2017-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix restart of display-manager due to a conflict with getty@tty1 - fixes #21439
| * | | | | Merge pull request #30787 from lheckemann/nixos-help-docJoachim F2017-10-28
| |\ \ \ \ \ | | |/ / / / | |/| | | | Document nixos-help more obviously
| | * | | | nixos-manual service: show nixos-help optionLinus Heckemann2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of improving accessibility (#30760). Makes the manual easier to access e.g. on serial consoles.
* | | | | | lxqt: remove lxqt-commonJosé Romildo Malaquias2017-11-02
|/ / / / /
* | | | | buildkite-agent service: add bash to the runtimePackageszimbatm2017-10-26
| | | | | | | | | | | | | | | | | | | | bash is necessary for nix-shell to work properly
* | | | | nixos/crashdump: fix evaluation. (#30415)symphorien2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The module would fail to evaluate: ```The option value `boot.crashDump.kernelPackages' in ... is not a package.``` Removed the option boot.crashDump.kernelPackage in favor of using boot.kernelPatches which automatically chooses the same kernel version as boot.kernelPackage instead of overriding it. Added option boot.crashDump.reservedMemory to customized crash kernel memory. Changed the default of boot.crashDump.kernelParams as the current one seemed to have no effect.
* | | | | sd-image-*: Include profiles/base.nixTuomas Tynkkynen2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | This brings useful goodies like lspci and lsusb that were missing previously.
* | | | | sd-image-aarch64.nix: Document serial ports usedTuomas Tynkkynen2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | Also drop boot.consoleLogLevel which already comes from installation-device.nix
* | | | | sd-image-armv7l-multiplatform.nix: Document serial consoles usedTuomas Tynkkynen2017-10-25
| | | | |
* | | | | sway module: better defaultsgnidorah2017-10-25
| | | | |
* | | | | Merge pull request #30800 from gnidorah/swayJörg Thalheim2017-10-25
|\ \ \ \ \ | | | | | | | | | | | | sway module: make it useful to end user
| * | | | | sway module: more optionsgnidorah2017-10-25
| | | | | |
* | | | | | prometheus-node-exporter service: delete dead codeFranz Pletz2017-10-25
| | | | | |
* | | | | | prometheus-node-exporter service: add disabledCollectors optionFranz Pletz2017-10-25
| | | | | |
* | | | | | postfix: add relayPort option. (#30520)Drew Hess2017-10-25
|/ / / / /
* | | | | prometheus-node-exporter service: run as nobody againFranz Pletz2017-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using DynamicUser breaks the systemd and logind collectors. cc #30535
* | | | | Add function closureInfo to replace pathsFromGraphEelco Dolstra2017-10-25
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Unlike pathsFromGraph, on Nix 1.12, this function produces a registration file containing correct NAR hash/size information. https://hydra.nixos.org/build/62832723
* | | | Merge pull request #30339 from pvgoran/fileSystems-silentFormatOptionsFranz Pletz2017-10-25
|\ \ \ \ | | | | | | | | | | filesystems: use non-interactive formatOptions by default
| * | | | filesystems: use non-interactive formatOptions by defaultPavel Goran2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When autoFormat is enabled, in order to successfully create a filesystem, certain filesystems require specific options to be passed to mkfs to prevent it from asking questions. This commit sets default formatOptions to "-q" for "jfs" and "reiserfs" filesystems for this purpose. Resolves #29140.
* | | | | Merge pull request #30774 from plutotulp/plymouth-defaultsFranz Pletz2017-10-25
|\ \ \ \ \ | | | | | | | | | | | | plymouth service: fix symlink to defaults
| * | | | | plymouth service: fix symlink to defaultsErlend Pedersen2017-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symlink for plymouthd.defaults was pointing to nonexisting target because of a spelling error.
* | | | | | Merge pull request #30319 from peterhoeg/f/dnsmasqFranz Pletz2017-10-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | dnsmasq nixos: make sure it always runs
| * | | | | | dnsmasq nixos: make sure it always runsPeter Hoeg2017-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default we only restart if the dnsmasq daemon fails but we introduce an option to always keep it running.
* | | | | | | nixos/elasticsearch: Do not try to run sysctl if running in container, since ↵Rickard Nilsson2017-10-24
| |/ / / / / |/| | | | | | | | | | | | | | | | | it fails
* | | | | | atlassian-crowd service: run crowd in foregroundFranz Pletz2017-10-24
| | | | | |
* | | | | | nixos/postfix: allow dollar parameters in lists (#30612)Ryan Hendrickson2017-10-23
| | | | | |
* | | | | | opendkim: automated key generation (no manual changes for service ↵joachim schiele2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | initialization required anymore)
* | | | | | nixos/services.nginx: Fix globalRedirect exampleJan Tojnar2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Virtual host globalRedirect attribute accepts a hostname not a URL https://github.com/NixOS/nixpkgs/blob/09a9a472ee783b40c2a3dd287bbe9d3c60f8fc58/nixos/modules/services/web-servers/nginx/default.nix#L167
* | | | | | nixos/libreswan: add missing runtime dependenciesMartin Potier2017-10-22
| | | | | |
* | | | | | nixos/gitlab: fix startup scriptMárton Boros2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | The preStart script used a hardcoded "git" user instead of the cfg value.
* | | | | | prometheus-node-exporter service: update for new arguments handlingPascal Bach2017-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The behaviour have changed again. Listed collectors are now enabled in addition to the default one. Also run as DynmicUser instead of user nobody as the exporter doesn't need any state.
* | | | | | gitlab-module: fix hooks links for older repositoriesSimon Lackerbauer2017-10-22
| | | | | |