about summary refs log tree commit diff
path: root/nixos/modules/services
Commit message (Collapse)AuthorAge
* improve documentation for `nix.settings.sandbox` (#188541)Anand Suresh2023-06-06
| | | * add information on the "relaxed" setting in `nix.settings.sandbox`
* Merge pull request #220068 from h7x4/hedgedoc-allow-nullable-client-secretPol Dellaiera2023-06-05
|\ | | | | nixos/hedgedoc: allow `clientSecret` to be null
| * nixos/hedgedoc: allow `clientSecret` to be nullh7x42023-03-07
| |
* | Merge pull request #233423 from tomaskala/self-deploy-after-network-onlineSandro2023-06-05
|\ \ | | | | | | nixos/self-deploy: set after to requires, type to oneshot and remove wantedBy
| * | nixos/self-deploy: set after to requires, type toTomas Kala2023-05-24
| | | | | | | | | | | | ... oneshot, remove wantedBy
* | | Merge pull request #219602 from 999eagle/traefik-envsubstSandro2023-06-05
|\ \ \ | | | | | | | | nixos/traefik: add environmentFiles option
| * | | nixos/traefik: add environmentFiles optionSophie Tauchert2023-04-25
| | | |
* | | | nixos/public-inbox: explicit a few more freeform settingsJulien Moutinho2023-06-04
| | | |
* | | | nixos/gitlab: Fix config reference for registry (#235639)Tom Siewert2023-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for gitlab-container-registry has been added in 014816cbe469. However, when enabling the registry it will throw an error as it can't find a `package` attribute. This commit fixes the registry configuration by adding the missing `registry` part.
* | | | nixos/gdm: Do not require GTK for account-service-utilJan Tojnar2023-06-03
| | | |
* | | | nixos/gitea: requires databasehappysalada2023-06-03
| | | |
* | | | nixos/prometheus.exporters.graphite: initGabriel Fontes2023-06-03
| | | |
* | | | nixos/sitespeed-io: initGabriel Fontes2023-06-03
| | | |
* | | | nixos/ntfy-sh: use dynamic user and add defaultshappysalada2023-06-02
| | | |
* | | | Merge pull request #235440 from lheckemann/garageLinus Heckemann2023-06-02
|\ \ \ \ | | | | | | | | | | nixos/garage: allow unsafe replication modes, restart on config change
| * | | | nixos/garage: allow unsafe replication modes, restart on config changeLinus Heckemann2023-06-02
| | | | |
* | | | | Merge pull request #234620 from linj-fork/fix/murmur-afterK9002023-06-02
|\ \ \ \ \ | | | | | | | | | | | | nixos/murmur: make it be after network.target again
| * | | | | nixos/murmur: make it be after network.target againLin Jian2023-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network.target was changed to network-online.target in this PR[1] to workaround an issue[2]. The murmur version in Nixpkgs has fixed that issue[2]. [1]: https://github.com/NixOS/nixpkgs/pull/42860 [2]: https://github.com/mumble-voip/mumble/issues/1629
* | | | | | Merge pull request #235143 from wlcx/patch-1Ryan Lahfa2023-06-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/pixelfed: fix broken try_files
| * | | | | | nixos/pixelfed: fix broken try_filesSam W2023-05-31
| | | | | | | | | | | | | | | | | | | | | Add missing $ to try files directive. This fixes pixelfed federation and search, amongst presumably many other things!
* | | | | | | Merge pull request #235511 from bobby285271/upd/cinnamon-bpoBobby Rong2023-06-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cinnamon updates 2023-06-02
| * | | | | | | nixos/cinnamon: fix slick-greeter icon theme package defaultBobby Rong2023-06-02
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #235514 from bobby285271/upd/pantheonBobby Rong2023-06-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Pantheon updates 2023-06-02
| * | | | | | | nixos/pantheon: enable xdg-desktop-portal-gtk by defaultBobby Rong2023-06-02
| | | | | | | |
* | | | | | | | Merge pull request #235425 from 999eagle/fix/nitterNick Cao2023-06-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/nitter: fix proxy option
| * | | | | | | | nixos/nitter: fix proxy optionSophie Tauchert2023-06-01
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #232360 from drupol/nixos/refactor-code-serverPol Dellaiera2023-06-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | nixos/code-server: add tests and more command line options
| * | | | | | | nixos/code-server: add more command line optionsPol Dellaiera2023-05-26
| | | | | | | |
* | | | | | | | nixos/gitlab: Warn users who are still using an external registryYaya2023-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a warning for GitLab >=16.0.0 users who are still using an external container registry such as `pkgs.docker-distribution`. Support for external container registries has ended in GitLab 16.0 [1] and is scheduled for removal in a future release. [2] [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/376217 [2]: https://gitlab.com/gitlab-org/gitlab/-/issues/403322
* | | | | | | | nixos/gitlab: Add support for gitlab-container-registryYaya2023-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for external container registries (namely `pkgs.docker-distribution`) has ended in GitLab 16.0 [1] and is scheduled for removal in a future release. [2] This commit adds a new registry package option, defaulting to `pkgs.docker-distribution` and `pkgs.gitlab-container-registry` for system state versions >= 23.11. While it is still possible to use the docker container registry, module users should switch to gitlab's container registry fork soon. A warning message will be added in a future commit to advise affected users to back up their state and then switch to the new container registry package. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/376217 [2]: https://gitlab.com/gitlab-org/gitlab/-/issues/403322
* | | | | | | | nixos/dockerRegistry: add package optionYaya2023-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the module user to select an alternative container registry package such as `pkgs.gitlab-container-registry` for GitLab users.
* | | | | | | | nixos/gitlab: Require at least postgresql 13.6Yaya2023-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://docs.gitlab.com/16.0/ee/install/requirements.html#postgresql-requirements
* | | | | | | | nixos/gitlab: Remove procps from gitaly serviceYaya2023-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From my understanding, procps was added to the gitlay systemd service path in #58487 to fix gitaly-ruby's internal memory leak detection. Now that the last ruby remnants have been removed in gitaly 16.0.0, this should not be necessary anymore.
* | | | | | | | nixos/gitlab: Update redis configurationYaya2023-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuring Redis via environment variable is not supported anymore since [1]. [1] https://gitlab.com/gitlab-org/gitlab/-/commit/12429653611af05ef960689c8971108d5a85c937
* | | | | | | | gitaly: Remove ruby dependenciesYaya2023-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby dependencies in gitaly have been removed in the 16.0.0 release. [1] See GitLab Epic &2862 [2] for more info. [1]: https://gitlab.com/gitlab-org/gitaly/-/commit/689556e70a14e189579e9a0c8daebaa2a25ce5f3 [2]: https://gitlab.com/groups/gitlab-org/-/epics/2862
* | | | | | | | Merge pull request #234207 from emilylange/acme-dnsKira Bruneau2023-05-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | acme-dns: init at 1.0; nixos/acme-dns: init; nixos/acme-dns: init
| * | | | | | | | nixos/acme-dns: initemilylange2023-05-31
| | |/ / / / / / | |/| | | | | |
* | | | | | | | modules/sshd: print the offending keys when we detect duplicate sshd keys.r-vdp2023-05-31
| |_|/ / / / / |/| | | | | |
* | | | | | | nixos/vmalert: initAaron Andersen2023-05-30
| | | | | | |
* | | | | | | nixos/maddy: change secrets option to accept a list of pathsJonas Heinrich2023-05-30
| | | | | | |
* | | | | | | nixos/dk: init3JlOy_PYCCKUI2023-05-29
|/ / / / / /
* | | | | | Revert "nixos/ntfy-sh: add defaults, use dynamic user"Julien Malka2023-05-29
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3dcca62a5ed895d84482875be94d0d8256fda503.
* | | | | | Merge pull request #234729 from tie/pufferpanel-doc-fhsenvWeijia Wang2023-05-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/pufferpanel: buildFHSUserEnv -> buildFHSEnv
| * | | | | | nixos/pufferpanel: buildFHSUserEnv -> buildFHSEnvIvan Trubach2023-05-29
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The pufferpanel module (#225274) was merged shortly after the tree-wide rename f63a12f296b806a1b838d6fd8eef99fa65929649 (#225748), so the use of deperecated buildFHSUserEnv in the docs slipped through review 😅
* / | | | | nixos/ntfy-sh: add defaults, use dynamic userhappysalada2023-05-28
|/ / / / /
* | | | | Merge pull request #234231 from bobby285271/add/xdg-desktop-portal-xappBobby Rong2023-05-28
|\ \ \ \ \ | | | | | | | | | | | | xdg-desktop-portal-xapp: init at 1.0.0
| * | | | | nixos/cinnamon: enable portals by defaultBobby Rong2023-05-26
| |/ / / /
* | | | | nixos/etcd: allow to choose the packageThomas Gerbet2023-05-28
| | | | |
* | | | | nixos/legit: initVictor Freire2023-05-27
| | | | |
* | | | | Merge pull request #234254 from kevincox/mautrix-facebook-appservice-idNick Cao2023-05-26
|\ \ \ \ \ | | | | | | | | | | | | nixos.mautrix-facebook: Fix appservice name