summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* 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
| | |
* | | plasma5: use mkDefault for a few options that users might want to setMichael Peyton Jones2017-10-22
| | |
* | | redshift: allow using geoclue2 loation providerMichael Peyton Jones2017-10-21
| | |
* | | geoclue2: fix typoMichael Peyton Jones2017-10-21
| | |
* | | nixos/munin: move munin-cron to systemd.tmpfilesFlorian Jacob2017-10-21
| | | | | | | | | | | | to match with munin-node.
* | | nixos/munin: Create MUNIN_PLUGSTATE dir to fix munin_stats pluginFlorian Jacob2017-10-21
| | |
* | | buildkite-agent: 2.1.13 -> 2.6.6zimbatm2017-10-21
| | | | | | | | | | | | | | | | | | Build the package from source Re-organise the module a bit to allow custom version of the package
* | | nixos-generate-config: lessen priority for cpuFreqGovernor (#30221)Danylo Hlynskyi2017-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, it conflicts with `services.tlp.enable` option. There exists workaround: ``` powerManagement.cpuFreqGovernor = lib.mkForce null; services.tlp.enable = true; ``` But should it?
* | | nixos/ecryptfs: initedef2017-10-20
| | | | | | | | | | | | | | | | | | Currently, ecryptfs support is coupled to `security.pam.enableEcryptfs`, but one might want to use ecryptfs without enabling the PAM functionality. This commit splits it out into a `boot.supportedFilesystems` switch.
* | | nixos/pam: add swaylock (#29919)gnidorah2017-10-20
| | |
* | | Merge pull request #30173 from dmjio/patch-1Joachim F2017-10-20
|\ \ \ | | | | | | | | oauth2_proxy: default address updated
| * | | oauth2_proxy: default address updatedDavid Johnson2017-10-06
| |/ / | | | | | | | | | Go will fail to parse this otherwise. https://github.com/golang/go/issues/19297
* | | Merge pull request #30486 from rnhmjoj/comptonJoachim F2017-10-20
|\ \ \ | | | | | | | | nixos/compton: default to xrender backend
| * | | nixos/compton: use xrender by defaultrnhmjoj2017-10-17
| | | |
| * | | nixos/compton: improve options type-checkingrnhmjoj2017-10-17
| | | |
* | | | Merge pull request #30610 from ttuegel/plasma-waylandThomas Tuegel2017-10-20
|\ \ \ \ | | | | | | | | | | Plasma: Experimental Wayland support
| * | | | plasma-workspace: enable Wayland session supportThomas Tuegel2017-10-20
| | | | |
* | | | | Merge pull request #30528 from disassembler/giteaJoachim F2017-10-20
|\ \ \ \ \ | | | | | | | | | | | | gitea: init at 1.2.1
| * | | | | gitea: add nixos service moduleSamuel Leathers2017-10-18
| | | | | |
* | | | | | Merge pull request #30563 from michaelpj/imp/tzupdateJoachim F2017-10-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | tzupdate: init at 1.2.0 (+ service)
| * | | | | | tzupdate service: initMichael Peyton Jones2017-10-19
| |/ / / / /
* | | | | | nixos/jenkins: add an option for the packageJames Earl Douglas2017-10-20
| | | | | | | | | | | | | | | | | | | | | | | | This allows NixOS configuration to specify the desired Jenkins package.
* | | | | | Merge pull request #30493 from disassembler/swayJörg Thalheim2017-10-19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | sway: 0.13.0 -> 0.14.0
| * | | | | nixos/sway: add moduleJoerg Thalheim2017-10-19
| | | | | |
* | | | | | nixos/sddm: delete QML cacheThomas Tuegel2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to Qt 5.9.2, there is a QML cache invalidation bug which causes SDDM to segfault when upgrading Plasma. See also: https://bugreports.qt.io/browse/QTBUG-62302
* | | | | | Merge pull request #30166 from LumiGuide/graphite-1.0.2Peter Simons2017-10-18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix graphite crash by upgrading from 0.9.15 -> 1.0.2
| * | | | | graphite: 0.9.15 -> 1.0.2Bas van Dijk2017-10-08
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #29961 Also added the option: services.graphite.web.extraConfig for configuring graphite_web.
* | | | | Merge pull request #30467 from adisbladis/display-managers-session/sessionvarsJörg Thalheim2017-10-17
|\ \ \ \ \ | | | | | | | | | | | | display-managers: Import DBUS session bus address & Xauthority
| * | | | | display-managers: Import DBUS session bus address & Xauthority in systemd ↵adisbladis2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | user session
* | | | | | nixos/resolved: clean up option descriptionsRobert Helgesson2017-10-17
| | | | | | | | | | | | | | | | | | | | | | | | Also change LLMNR RFC to the correct id 4795.
* | | | | | Merge pull request #30397 from grahamc/nix-helpGraham Christensen2017-10-16
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | nix-info: init