about summary refs log tree commit diff
path: root/nixos/modules/services
AgeCommit message (Collapse)AuthorFilesLines
2022-12-26Merge pull request #203011 from duament/firewall-nftablesMaciej Krüger9-721/+1132
2022-12-25Merge pull request #207388 from SuperSandro2000/nixos/dexSandro1-3/+4
2022-12-25pleroma: 2.4.4 -> 2.5.0 (#207521)Andrew Childs1-0/+2
2022-12-25nixos/sane: point SANE_CONFIG_DIR away from /etc/sane.dBjørn Forsman1-2/+2
This brings back the ability to e.g. configure sane-airscan with `environment.etc."sane.d/airscan.conf".text = ...`. (AFAICT, sane-airscan loads all config files it finds, so it'll first load the one from the nixos hardware.sane.* configuration, then the user specified one in /etc/sane.d/airscan.conf.) Fixes: 4fbec87a5bfc ("nixos/sane: point env vars to /etc for quick reload") Fixes https://github.com/NixOS/nixpkgs/issues/207262
2022-12-25services.pixiecore: add quick optionPhosu Parsons1-1/+9
2022-12-24Merge pull request #207532 from Mic92/nginx-fixGuillaume Girol1-1/+3
nixos/nginx: disable configuration validation for now
2022-12-24Merge pull request #203449 from yaxitech/azure-quote-providerSandro1-3/+18
2022-12-24Merge pull request #206878 from SebTM/fix/greetd_sds_typeMaximilian Bosch1-0/+2
greetd: Fix systemd-output in greetd/tuigreed
2022-12-24nixos/nginx: disable configuration validation for nowJörg Thalheim1-1/+3
There still seem a lot of breakages not addressed yet: https://github.com/NixOS/nixpkgs/pull/205561
2022-12-23nixos/peertube: add SyslogIdentifierIzorkin1-0/+1
2022-12-23nixos/peertube: fix typoIzorkin1-1/+1
2022-12-23nixos/peertube: add secretsFile optionIzorkin1-0/+21
2022-12-23nixos/peertube: update nginx configurationIzorkin1-17/+79
2022-12-23peertube: 4.3.1 -> 5.0.0Izorkin1-0/+1
2022-12-23Merge pull request #207342 from SuperSandro2000/nitterNaïm Favier1-1/+1
2022-12-23headscale: Update to 0.17.1, conform module to RFC0042Kristoffer Dalby1-380/+381
This commit upgrades headscale to the newest version, 0.17.0 and updates the module with the current breaking config changes. In addition, the module is rewritten to conform with RFC0042 to try to prevent some drift between the module and the upstream. A new maintainer, Misterio77, is added as maintainer. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> Co-authored-by: Gabriel Fontes <hi@m7.rs> Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com>
2022-12-23Merge pull request #206847 from bobby285271/cinnamon-nemo-extensionsBobby Rong1-2/+2
cinnamon.nemo-with-extensions: init
2022-12-23nixos/dex: fix ssl cert validationSandro Jäckel1-3/+4
2022-12-23nixos/nitter: fix enable option descriptionSandro1-1/+1
Whether to enable If enabled, start Nitter.. -> Whether to enable Nitter.
2022-12-23nixos/{firewall, nat}: add a nftables based implementationRvfg9-721/+1132
2022-12-22Merge pull request #205417 from kurnevsky/tox-node-0.2.0Bobby Rong1-1/+1
tox-node: 0.1.1 -> 0.2.0
2022-12-22Merge pull request #205765 from NixOS/fix-dolibarr-for-non-nginxRyan Lahfa1-8/+11
nixos/services/dolibarr: decouple nginx and let other web servers be used
2022-12-22tox-node: 0.1.1 -> 0.2.0Evgeny Kurnevsky1-1/+1
2022-12-21Merge pull request #202245 from tylerjl/rpcbind-tmpfiles-dependencySandro1-0/+10
2022-12-21nixos/firefox-syncserver: remove unnecessary service optionpennae1-1/+0
Stderr does not exist as a systemd option (StandardError would've been correct), but since "journal" is the default by association this mistake never had any effect. just remove the key entirely.
2022-12-21syncstorage-rs: 0.12.5 -> 0.13.1pennae1-2/+4
this includes a module update because the package update breaks the module. would rather not break system bisection if possible.
2022-12-20Merge pull request #203863 from samueldr/fix/plamo-misc-issuesThomas Tuegel1-0/+2
Plasma Mobile: Minor fixes
2022-12-20Merge pull request #204537 from squalus/grafana-roleMaximilian Bosch1-1/+1
nixos/grafana: add Admin to valid auto_assign_org_role values
2022-12-20nixos/cinnamon: install nemo-with-extensionsBobby Rong1-2/+2
2022-12-19Merge pull request #172084 from priegger/prometheus-statsd-exporterSandro2-0/+20
2022-12-19lighthouse: fix validator service not setting arguments properlyOlaf Tomalka1-1/+1
2022-12-19Merge pull request #205561 from symphorien/nginx-conf-validateGuillaume Girol1-3/+44
nixos/nginx: validate config at build time
2022-12-19greetd: use service-type 'idle' in systemd-service to avoid overlapping ↵Sebastian Sellmeier1-0/+2
systemd-output
2022-12-19nixos/usbmuxd: Ability to change packageJonas Heinrich1-1/+11
2022-12-19Merge pull request #205865 from DeeUnderscore/fix/grafana-socketFranz Pletz1-1/+4
2022-12-18Merge pull request #206646 from figsoda/typosValentin Gagarin114-165/+165
2022-12-18nixos/pgpkeyserver-lite: fix typofigsoda1-1/+1
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-12-18nginx: make global redirect vhost option accept exceptionsVincent Bernat1-1/+3
By moving the return into a location directive, one can provide exceptions by adding locations. This is similar to what the forceSSL option does.
2022-12-17nixos: fix typosfigsoda114-165/+165
2022-12-18nixos/services/dolibarr: decouple nginx and let other web servers be usedRaito Bezarius1-8/+11
2022-12-18Merge pull request #200724 from JonathanLorimer/allow-configuration-of-rolesRobert Hensing1-6/+172
services.postgresql: Allow configuration of user roles in ensureUser
2022-12-17nixos/mmsd: initJulien Moutinho1-0/+38
2022-12-17Merge pull request #205479 from IzumiRaine/borgbackup-patternsNaïm Favier1-1/+21
2022-12-17nixos/tailscale: Add `useRoutingFeatures` optionMichael Hoang1-8/+21
2022-12-17nixos/katriawm: add moduleAndersonTorres1-0/+27
2022-12-17Merge pull request #198239 from jacobgreenleaf/jacobg-borg-inhibitRyan Lahfa1-4/+21
nixos/borgbackup: Add option for inhibiting sleep
2022-12-16Merge pull request #205712 from devusb/atuin-serverSandro1-0/+85
2022-12-16Merge pull request #206419 from peperunas/miniflux-packageNikolay Korotkiy1-2/+9
miniflux: Add package option
2022-12-16Merge pull request #203872 from mikepii/roon-server-id-dirBernardo Meurer1-0/+1
2022-12-16nixos/cloudflared: guard config with enable flagFrank Moda1-1/+1