summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* Added cross-references to NixOS manualReuben D'Netto2018-04-12
|
* nixos/tomcat: add types + proper systemd integrationJörg Thalheim2018-03-08
| | | | fixes #35443
* nixos/tomcat: add serverXml, environment files and log directoriesBenjamin Smith2018-03-08
| | | | | | * add serverXml verbatim override * add environment file * add log directory creation
* tt-rss: use proper user and package for MySQLYegor Timoshenko2018-03-06
|
* nix-serve: nix 2.0 fixesvolth2018-03-05
|
* LightDM: Set default user session when possible.Will Fancher2018-03-04
|
* Merge #35454: nixos/pump.io: removeVladimír Čunát2018-03-04
|\
| * nixos/pump.io: removeRodney Lorrimar2018-02-27
| | | | | | | | | | This would probably be better maintained in a separate repo as an external NixOS module which gets imported into user's configuration.
* | Merge pull request #36249 from Ekleog/openldap-module-declarative-contentsJörg Thalheim2018-03-03
|\ \ | | | | | | Openldap module declarative contents
| * | openldap module: allow defining contents declarativelyLéo Gaspard2018-03-03
| | |
| * | openldap module: cleanupLéo Gaspard2018-03-03
| | |
* | | Merge branch 'master' into nix-2.0Vladimír Čunát2018-03-03
|\ \ \
| * \ \ Merge pull request #31019 from teto/strongswan_rebasedJörg Thalheim2018-03-03
| |\ \ \ | | | | | | | | | | [RFC/RDY] make l2tp work with Strongswan
| | * | | strongswan module: make it work with ipsec l2tpMatthieu Coudron2018-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | l2tp saves its secrets into /etc/ipsec.d but strongswan would not read them. l2tp checks for /etc/ipsec.secrets includes /etc/ipsec.d and if not tries to write into it. Solution: Have the strongswan module create /etc/ipsec.d and /etc/ipsec.secrets when networkmanager_l2tp is installed. Include /etc/ipsec.secrets in /nix/store/hash-strongswan/etc/ipsec.secrets so that it can find l2tp secrets. Also when the ppp 'nopeerdns' option is used, the DNS resolver tries to write into an alternate file /etc/ppp/resolv.conf. This fails when /etc/ppp does not exist so the module creates it by default.
| * | | | cantarell-fonts: rename from cantarell_fontsJan Tojnar2018-03-03
| | | | |
| * | | | nixos/jenkins: ensure postStart follows redirectsBjørn Forsman2018-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the -L flag to curl to make it follow redirects. This fixes an issue I found when setting up reverse proxy for Jenkins. Without this fix, the returned HTTP code was stuck at 302, making postStart fail the service (it expects 200 or 403).
| * | | | grafana: 4.6.3 -> 5.0.0WilliButz2018-03-01
| | | | |
| * | | | nixos/ceph: init module (#35299)lejonet2018-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | All 5 daemon types can be enabled and configured through the module and the module both creates the ceph.conf required but also creates and enables specific services for each daemon, based on the systemd service files that upstream provides.
| * | | | Merge branch 'nix-ssh-ng'Shea Levy2018-02-28
| |\ \ \ \
| | * | | | nixos: nix.sshServe: Support ssh-ng.Shea Levy2018-02-28
| | | |_|/ | | |/| |
| * | | | Merge pull request #35892 from Nadrieril/update-usbguardFrederik Rietdijk2018-02-28
| |\ \ \ \ | | | | | | | | | | | | usbguard: 0.7.0 -> 0.7.2
| | * | | | nixos/usbguard: Do not check permissions on rules file (using undocumented ↵Nadrieril2018-02-27
| | |/ / / | | | | | | | | | | | | | | | -P flag)
| * / / / disnix module: make dbus service configurableSander van der Burg2018-02-28
| |/ / /
| * | | Merge pull request #34028 from florianjacob/matomoFranz Pletz2018-02-26
| |\ \ \ | | | | | | | | | | piwik is now matomo
| | * | | nixos/matomo: improve serverName defaultFlorian Jacob2018-02-22
| | | | | | | | | | | | | | | | | | | | when we need to change it anyway for the rename.
| | * | | nixos/piwik: rename to matomoFlorian Jacob2018-02-22
| | | |/ | | |/|
| * | | Merge pull request #35432 from timokau/syncthing-deprecate-inotifyPeter Hoeg2018-02-26
| |\ \ \ | | | | | | | | | | syncthing,qsyncthingtray: remove syncthing-inotify
| | * | | syncthing,qsyncthingtray: remove syncthing-inotifyTimo Kaufmann2018-02-24
| | | | | | | | | | | | | | | | | | | | syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
| * | | | tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| | | | |
| * | | | nixos/mysql: Unbreak initial database creationSarah Brofeldt2018-02-24
| |/ / /
| * | | nixos/alsa: Do not make sound.enable conditional on stateVersion.Aristid Breitkreuz2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eelco Dolstra wrote: Hm, this is not really the intended use of stateVersion. From the description: Every once in a while, a new NixOS release may change configuration defaults in a way incompatible with stateful data. For instance, if the default version of PostgreSQL changes, the new version will probably be unable to read your existing databases. To prevent such breakage, you can set the value of this option to the NixOS release with which you want to be compatible. The effect is that NixOS will option defaults corresponding to the specified release (such as using an older version of PostgreSQL). So this is only intended for options that have some corresponding on-disk state. AFAICT this is not the case for sound. In any case stateVersion is a necessary evil that only exists because we can't just upgrade Postgres databases or change SSH host keys. It's not necessary for things like whether sound is enabled. (If the user discovers that sound is suddenly disabled, they can just enable it.) I had some vague recollection that we also had a configVersion option setting to control the defaults for non-state-related options, but I can't find it so maybe it was only discussed.
| * | | tinc: enable invitationsTom Bereknyei2018-02-23
| | | |
| * | | Merge pull request #35065 from jtojnar/fwupd-1.0.5Jan Tojnar2018-02-23
| |\ \ \ | | | | | | | | | | fwupd: 1.0.5 update & cleanups
| | * | | nixos/fwupd: use manual list of etc filesJan Tojnar2018-02-22
| | | | | | | | | | | | | | | | | | | | Closes: #32142
| * | | | Revert "cups service: fix client sockets"Nikolay Amiantov2018-02-23
| | | | | | | | | | | | | | | | | | | | This reverts commit cf4c07734364e7e59414f486381360b42a9f88ea.
| * | | | cups service: fix client socketsNikolay Amiantov2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use systemd to create the directory for UNIX socket. Also use localhost instead of 127.0.0.1 as is done in default cupsd.conf so that IPv6 is enabled when available.
| * | | | Merge pull request #35343 from gnidorah/softetherJörg Thalheim2018-02-23
| |\ \ \ \ | | | | | | | | | | | | softether module: fix dataDir option
| | * | | | softether module: fix dataDir optiongnidorah2018-02-22
| | | |/ / | | |/| |
| * | | | Merge pull request #35026 from alesguzik/acpid_log_eventsFranz Pletz2018-02-23
| |\ \ \ \ | | | | | | | | | | | | nixos/acpid: add option to log events
| | * | | | nixos/acpid: add option to log eventsAles Huzik2018-02-21
| | | | | |
| * | | | | nixos/tox-bootstrapd: new command line formatvolth2018-02-23
| | | | | |
| * | | | | Merge pull request #34470 from WilliButz/fix-xautolockFranz Pletz2018-02-22
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/xautolock: fix default defaults/examples, add assertions
| | * | | | | nixos/xautolock: fix default defaults/examples, add assertionsWilliButz2018-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | see issue #34371
| * | | | | | nixos: disable sound by default, if stateVersion >= 18.03 (#35355)Aristid Breitkreuz2018-02-22
| | | | | | |
| * | | | | | Merge pull request #35243 from FRidh/postgisFrederik Rietdijk2018-02-22
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | postgis: get rid of composableDerivation
| | * | | | | postgis: get rid of composableDerivationFrederik Rietdijk2018-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this change composableDerivation is removed in favor of stdenv.mkDerivation.
* | | | | | | CleanupEelco Dolstra2018-02-27
|/ / / / / /
* | | | | | crashplan-small-business: remove unneeded functionMarti Serra2018-02-21
| | | | | |
* | | | | | Merge pull request #30057 from dtzWill/feature/webos-novacomdWill Dietz2018-02-20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | webos: init novacom, novacomd, cmake-modules; add nixos service
| * | | | | webos: init novacom, novacomd, cmake-modules; add nixos serviceWill Dietz2018-02-20
| | | | | |