Commit graph

2975 commits

Author SHA1 Message Date
nixpkgs-ci[bot] a8eabdcf7f
Merge master into staging-next 2025-02-19 11:19:10 +00:00
K900 550696628c nixos/moonraker: allow configuring analysis 2025-02-19 11:11:31 +03:00
TGRCDev 9c68d12eba
nixos/gitea: add CAPTCHA support 2025-02-18 21:24:46 +01:00
Ilya Savitsky fe2727c45b tandoor_recipes: use static user and group instead of DynamicUser
Signed-off-by: Ilya Savitsky <ilya.savitsky@codethink.co.uk>
2025-02-17 23:08:46 +00:00
K900 ef9eef8d21 Merge remote-tracking branch 'origin/master' into staging-next 2025-02-15 17:19:02 +03:00
Tim Englart 5555f5f846 nixos/autobrr: update serivce default port value to be a number 2025-02-15 19:01:41 +10:00
Kirill Radzikhovskyy 469728b042 gitlab: allow to use bundler from nixpkgs, rather than bundler from
Gemfile.lock
2025-02-15 12:55:42 +11:00
nixpkgs-ci[bot] 43a5de6cbb
Merge master into staging-next 2025-02-14 12:05:56 +00:00
Donovan Glover 0bf9d5035b
nixos/tabby: fix invalid mkRemovedOptionModule import (#371747) 2025-02-14 11:19:13 +00:00
Martin Weinelt eb57ea0460
Merge remote-tracking branch 'origin/master' into staging-next 2025-02-14 02:28:12 +01:00
Bruno BELANYI a10e1717e2
nixos/autobrr: use systemd credentials (#381759) 2025-02-13 22:23:25 +00:00
Pedro Alves ce9137b32d nixos/autobrr: make use of package option
The package option was defined, but the generated systemd service was
hardcoded to use pkgs.autobrr.
2025-02-13 13:43:12 +00:00
Pedro Alves 6c64d6daf9 nixos/autobrr: use systemd credentials
Make use of systemd's LoadCredentials feature to allow for the secret
file to be better managed without having to be world-readable, since
due to DynamicUser it was not possible to assign it to one specific
user.
2025-02-13 13:43:05 +00:00
nixpkgs-ci[bot] ba14e0aa79
Merge master into staging-next 2025-02-13 00:14:34 +00:00
dish f2ed072641 nixos/uhub: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish 2b78a852e6 nixos/pinnwand: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish a4959c465e nixos/open-webui: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish 32579269a4 nixos/ollama: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish 612dc95881 nixos/nitter: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish 61a15a28f9 nixos/languagetool: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish d8e1beecaa nixos/invidious-router: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish 6e62a2703a nixos/input-remapper: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish 28b67e4c43 nixos/homepage-dashboard: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish 44f86c5331 nixos/gitlab: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish d3f92fba7f nixos/dysnomia: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish d1905f4a06 nixos/bepasty: fix documentation link formatting 2025-02-12 21:03:21 +01:00
dish 52bab06cd0 nixos/sourcehut: fix documentation link formatting 2025-02-12 21:03:21 +01:00
nixpkgs-ci[bot] 97b9d455ea
Merge master into staging-next 2025-02-12 12:05:57 +00:00
r33drichards f06e9069de
nixos/metabase: add package option (#334804)
* add package option to metabase

* Update nixos/modules/services/misc/metabase.nix

Co-authored-by: Arne Keller <arne.keller@posteo.de>

---------

Co-authored-by: rw <rw@jjk.is>
Co-authored-by: Arne Keller <arne.keller@posteo.de>
2025-02-12 09:00:39 +01:00
Wolfgang Walther b19d0f6d3d
treewide: replace substituteAll with replaceVars 2025-02-10 22:51:56 +01:00
Doron Behar feff3adcf0
nixos/tzupdate: report timezone being set in journal (#374485) 2025-02-08 22:57:45 +02:00
Doron Behar f74883a691 nixos/tzupdate: report timezone being set in journal
Also, no need for set -uo pipefail as there are no pipes there at the
moment.
2025-02-08 22:50:13 +02:00
bas f29f441133 Remove lib.mdDoc and add missing backticks 2025-02-07 14:13:38 +01:00
Florian Klink 8b6ca92fb4
nixos/weechat: Rework module (#365208) 2025-02-07 08:44:25 +01:00
Lin Jian 1277e738cb
nixos/taskchampion-sync-server: support specifiying --allow-client-id (#374939) 2025-02-05 12:39:52 +08:00
wrvsrx 196c170197
nixos/taskchampion-sync-server: support specifiying --allow-client-id
taskchampion-sync-server supports specifying --allow-client-id in v0.5.0.
2025-02-05 12:28:49 +08:00
Felix Singer 36c5aed6d3 nixos/weechat: Allow switching between TUI and headless mode
weechat can run in TUI or headless mode. Introduce the option
`headless` for specifying that. Based on the setting, it configures
the appropriate binary in the `binary` option and it also configures the
systemd unit accordingly. `headless` is disabled by default.

This doesn't change the current behaviour.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-02-05 02:49:21 +01:00
Felix Singer 8ef264f0a9 nixos/weechat: Introduce package option
Allow specifying a custom weechat package.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-02-05 02:49:21 +01:00
Felix Singer e66ee6f45f nixos/weechat: Drop user home directory configuration
Configuring an user home directory also enables several invocations and
mechanisms, e.g. SSH authorized_keys or bashrc, which is bad from a
security perspective. The service doesn't need that at all and the
environment is set up over different ways now. So drop it.

This doesn't change the current behaviour.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-02-05 02:49:21 +01:00
Felix Singer f70547debc nixos/weechat: Set up state directory
In preparation for dropping the user home directory, set up the state
directory manually. Use the systemd unit options when /var/lib/weechat
is used and use systemd-tmpfiles for all other locations. Not sure if it
makes any difference. However, it seems systemd tends to control its
directories in /var/lib and so it might make more sense to use the
existing options of the systemd unit.

This doesn't change the current behaviour.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-02-05 02:49:21 +01:00
Felix Singer 35e7219c0b nixos/weechat: Retype root option to lib.types.path
This option represents a path. So use the corresponding type.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-02-05 02:49:20 +01:00
Felix Singer 0def76f96c nixos/weechat: Use parameter instead of env variable for state dir
The environment variable hides the actual state directory of weechat in
systemctl. To make it more obvious, use the equivalent CLI parameter.

This doesn't change the current behaviour.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-02-05 02:49:20 +01:00
Felix Singer fab596794b nixos/weechat: Add and remove some blank lines for consistency
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-02-05 02:49:20 +01:00
Bruno BELANYI aa86030b66
nixos/recyclarr: init module (#374070) 2025-02-04 11:04:33 +00:00
Alex Martens ebba6d1b77 nixos/homepage-dashboard: fix links
These links were returning 404 not found.
2025-02-01 20:31:36 -08:00
shivaraj-bh 4b9de23515 nixos/open-webui: quote services.open-webui.host in start script 2025-01-31 16:05:12 +05:30
Ota Mares 77163c2205
nixos/recyclarr: init module 2025-01-31 00:54:52 +01:00
Alex Martens dea0cb06e3 nixos/open-webui: add additional systemd hardening 2025-01-29 19:41:56 -08:00
Philip Taron d9b725d0b7
nixos/*: tag manpage references (#377184) 2025-01-27 09:09:38 -08:00
Lin Jian 321e731040
nixos/guix: set proxy env vars for guix-daemon (#373948) 2025-01-27 13:30:13 +08:00
Peder Bergebakken Sundt 5e6998ae80 nixos/autofs: fix manpage link 2025-01-27 02:47:16 +01:00
Peder Bergebakken Sundt 953f72e76e nixos/*: tag manpage references 2025-01-27 02:47:01 +01:00
Sandro df5ec1a2e0
nixos/paperless: #242084 follow up to fix defaultText (#373472) 2025-01-25 21:10:25 +01:00
Weijia Wang 1e04dc2000
nixos/{rippled,rippleDataApi}: drop (#374568) 2025-01-23 20:15:51 +01:00
Gerd Flaig fe0b1ecf0a nixos/paperless: Support remote databases
When the database is on another host, unit isolation for the document
consumer and scheduler have to be disabled. This is currently enabled by
default via `PrivateNetwork = false` in defaultServiceConfig. Following
https://github.com/NixOS/nixpkgs/pull/368137#pullrequestreview-2522617890
making this conditional on the `database.createLocally` option.
2025-01-18 15:57:03 +01:00
Sandro 06172a70b5
nixos/realmd: init (#372318) 2025-01-17 22:11:48 +01:00
Christoph Heiss f072624409
nixos/rippleDataApi: drop
Package was removed already in #358864.

[0] https://github.com/NixOS/nixpkgs/pull/358864

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-01-17 19:44:23 +01:00
Christoph Heiss 22ed62c140
nixos/rippled: drop
Package was already removed in #358864 [0].

[0] https://github.com/NixOS/nixpkgs/pull/358864

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-01-17 19:44:23 +01:00
Doron Behar 9bd20c90a7 tzupdate: be resilient to network issues tzupdate experiences 2025-01-17 10:36:16 +02:00
Alex Galvin 468bfcc486 nixos/autobrr: init 2025-01-16 22:48:07 -05:00
liberodark 04e79697fa nixos/realmd: init 2025-01-16 14:35:45 +01:00
Lin Jian 370ac8df3e
nixos/guix: set proxy env vars for guix-daemon 2025-01-15 15:17:02 +08:00
Sefa Eyeoglu c41581136e
nixos/renovate: Fix ShellCheck issue (#373131) 2025-01-13 10:37:06 +01:00
Sandro ab9b445d06
nixos/ytdl-sub: init module (#369990) 2025-01-12 21:42:47 +01:00
Victor Engmark fac375256d
nixos/renovate: Fix ShellCheck issue
Tracking issue #349572.
2025-01-12 14:47:39 +01:00
Kira Bruneau d5493eb701 nixos/klipper: restart when config changes 2025-01-12 13:58:51 +04:00
Kira Bruneau 809f97881d nixos/klipper: preserve SAVE_CONFIG for nixos-managed config
Klipper macros that use `SAVE_CONFIG` (eg. bed mesh calibration, PID
tuning, ...) don't currently work with a nixos-managed config.

This can be worked around by using `services.klipper.mutableConfig =
true`, but then you lose out on being able to configure klipper from
NixOS.

This changes the default behaviour so that:

1. The config is stored in `services.klipper.configDir` instead of `/etc`
2. The config is copied instead of symlinked (keeping a timestamped backup of the existing config)
3. The `SAVE_CONFIG` section from the backup is copied over into the new config
4. The backup is deleted if the final config is identical
2025-01-12 13:58:51 +04:00
Leona Maroni 6355c63f9f
Provide NixOS module option to enable the paperless exporter. (#242084) 2025-01-09 22:25:58 +01:00
piegames dd7d5339f7 treewide: Fix incorrect string indentations 2025-01-07 19:49:28 +01:00
piegames 603733851b treewide: Fix incorrect string escapes 2025-01-07 19:49:28 +01:00
Zane van Iperen 3244da6d13
nixos/tabby: fix invalid mkRemovedOptionModule import 2025-01-07 19:09:18 +09:00
Bjørn Forsman 58f12ee8a6 nixos/homepage-dashboard: fix stale cache issue
When the cache is stale, homepage-dashboard serves bad data (UI lacks
styling etc.). This issue happens at least on homepage-dashboard version
upgrades.

Fixes https://github.com/NixOS/nixpkgs/issues/346016.
2025-01-06 22:37:35 +01:00
Bjørn Forsman be0fda6511 homepage-dashboard: prefix nixpkgs-specific env var with NIXPKGS_
I thought HOMEPAGE_CACHE_DIR was an upstream env var, and it confused me
a lot. Let's prefix it with NIXPKGS_ to make it clear that it's nixpkgs
specific.
2025-01-06 18:18:57 +01:00
Christian Theune 865ab91155 nixos/paperless: add module options for automated exports
Paperless includes a document exporter that can be used for e.g.
backups.

This change extends the module to provide a way to enable and configure
a timer, export settings, pre- and post-processing
scripts (e.g. to ship the backup somewhere else, clean up, ...).

It works out of the box when just enabling it but can be customized.

Includes suitable tests.
2025-01-06 08:26:23 +01:00
Kira Bruneau 8bc4f19b89 nixos/klipper: build genconf, firmware & flasher using package opt 2025-01-05 11:34:31 +04:00
Victor Engmark 250a448259
nixos/tzupdate: Fix ShellCheck issue
Fixes the following warning when setting
`systemd.enableStrictShellChecks = true`:

> In /nix/store/lbzbwz5w0r7rn1m2h3cwa57nfs0xy6dd-unit-script-tzupdate-start/bin/tzupdate-start line 6:
> timedatectl set-timezone $(/nix/store/q9bahab38yvn2lr3r3sdkvlnkg1rkzng-tzupdate-3.1.0/bin/tzupdate --print-only)
>                          ^-- SC2046 (warning): Quote this to prevent word splitting.
2025-01-04 18:09:07 +01:00
Weijia Wang 6decfbae3f
jellyseerr: 1.9.2 -> 2.1.0 (#360844)
* jellyseerr: migrate to by-name

* jellyseerr: 1.9.2 -> 2.1.0

* nixos/jellyseerr: add configDir option

* jellyseerr: pin nodejs_20
2025-01-04 01:16:47 +01:00
MakiseKurisu 9224209720 nixos/pykms: suggest dual stack binding 2025-01-02 18:16:00 +01:00
MakiseKurisu 0826de34a5 nixos/pykms: allow overriding default package 2025-01-02 18:16:00 +01:00
Defelo a4175381e7
nixos/ytdl-sub: init module 2025-01-01 16:46:45 +01:00
Donovan Glover 85d9011d8a
nixos/dwm-status: don't disable upower (#282117) 2024-12-31 14:16:27 +00:00
misuzu 30d229263d
tandoor-recipes: fix build, 1.5.19 -> 1.5.25, add jvanbruegge as maintainer (#369173) 2024-12-31 16:14:26 +02:00
Adam Dinwoodie 465ffab65d nixos/taskserver: fix systemd shellcheck warning
The taskserver-init systemd unit fails to build with
systemd.enableStrictShellChecks enabled, due to using the potentially
unsafe `mkdir -m`.  Fix that by moving directory creation out to
systemd.tmpfiles.
2024-12-30 21:48:38 +00:00
Jan van Brügge 5037a45d41
tandoor-recipes: add jvanbruegge as maintainer 2024-12-30 13:05:36 +00:00
Thiago Kenji Okada d05ee735c4
nixos/nix-optimise: add randomizedDelaySec and persistent options (#362366) 2024-12-29 14:22:51 +00:00
Daniel Coonce 4b21c0c436
nixos/jellyseerr: add configDir option 2024-12-25 18:53:53 -06:00
Daniel Coonce b12eaf3813
jellyseerr: 1.9.2 -> 2.1.0 2024-12-25 18:44:46 -06:00
Ramses 4af8ef3cd7
Remove Some Static IDs (#367563) 2024-12-24 11:34:14 +01:00
Will Fancher 218901bd4c nixos/whisparr: Remove static IDs 2024-12-23 01:21:59 -05:00
Sefa Eyeoglu 29b57eacc2
Update NixOS Module evremap (#362661) 2024-12-22 22:04:59 +01:00
euxane 1dabc1f584 maintainers: rename pacien -> euxane, update details 2024-12-21 21:20:22 +01:00
Arne Keller de99d3d3e3
nixos/gitlab: Fix registry port (#351496) 2024-12-21 16:56:18 +01:00
Arne Keller 0666911bf2
nixos/jackett: add Systemd sandboxing configuration (#211096) 2024-12-21 15:49:19 +01:00
Yt 97fb63f23f
nixos/tabby: module updates (#364586) 2024-12-19 22:02:53 -05:00
abysssol 6f59954dd8
nixos/ollama: add allowed device for WSL compatibility (#364507) 2024-12-19 12:59:26 +00:00
Arne Keller e89a8d56de
whisparr: init at 2.0.0.548 + nixos/whisparr: initial commit (#244172) 2024-12-15 23:01:50 +01:00
Leona Maroni 59e17a0510
nixos/paperless: remove django-q workaround (#364961) 2024-12-14 12:36:59 +01:00
Sandro Jäckel b069f4f185
nixos/paperless: remove django-q workaround
This was long ago migrated to celery
https://github.com/paperless-ngx/paperless-ngx/pull/1648
2024-12-13 15:48:28 +01:00
Arne Keller 7dc78efeae
nixos/anki-sync-server: do not use unqualified 'cat' in execStart script (#280720) 2024-12-13 10:34:27 +01:00
Pyrox b800579648
nixos/forgejo,forgejo: Add pyrox0 as a maintainer 2024-12-12 21:11:32 +01:00
emilylange ecd595ef80
nixos/forgejo: fix typo in builtin ssh server conditional
This conditional was introduced in 402b5c67a8
and is supposed to check for `server.START_SSH_SERVER` but instead
checked for `START_SSH_SERVER`.

Co-Authored-By: Pyrox <pyrox@pyrox.dev>
2024-12-12 21:11:30 +01:00
Pyrox 665063ca71
nixos/forgejo: replace GITEA_ prefix in env with FORGEJO_
Since https://codeberg.org/forgejo/forgejo/issues/497 has been resolved,
these can now be `FORGEJO_` prefixed instead of `GITEA_`.

Co-Authored-By: Emily <git@emilylange.de>
2024-12-12 21:01:44 +01:00
nicoo f6c5531461
nixos: Don't set !allowSubstitutes (#314664)
It is set by `runCommandLocal` and prevents fetching the build output
from `cache.nixos.org` or another trusted substituter.
2024-12-12 18:26:24 +00:00
Will Owens 822c245dbf
nixos/tabby: add host option
Listening host is now configurable with CLI flags.
2024-12-12 08:34:36 -05:00
Will Owens 68d4a7df49
nixos/tabby: remove scheduler systemd service
This is now configurable by the web GUI and that is preferred.
2024-12-12 08:34:33 -05:00
abysssol 04d175b54a nixos/ollama: add allowed device for WSL compatibility 2024-12-12 13:06:43 +07:00
Sandro b4cf66f226
nixos/portunus: fix defaultText (#364382) 2024-12-12 00:45:44 -05:00
Silvan Mosberger 4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
alex 6a5dc7cbd5 nixos/evremap: add option phys
adds the optional attribute `phys` to uniquely identify a single device, if multiple
devices share the same name

nixos/evremap: fix toml config generation

filter out attrsets with a `null` value as toml doesn't support it

nixos/evremap: use nixfmt

nixos/evremap: incorporate changes from review
2024-12-10 00:50:07 +01:00
Felix Singer 1dae76d033 nixos/redmine: Change type of services.redmine.stateDir to path
The option represents a path. So make it using the according type.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-12-09 02:07:41 +01:00
Leona Maroni 140aaee1de
nixos/paperless: add 'database.createLocally' (#359563) 2024-12-08 13:50:24 +01:00
Arne Keller e6e07531bc
nixos/languagetool: fix description on allowOrigin option (#315412) 2024-12-06 11:24:57 +01:00
Arne Keller 63a6762cdf
nixos/gotenberg: fix service config for chromium (#346639) 2024-12-06 11:10:15 +01:00
Stefan Frijters 1af2f7506a
nixos/nix-optimise: add randomizedDelaySec and persistent options
This brings the options for nix-optimise more in line with those
for nix-gc
2024-12-06 10:59:25 +01:00
Aaron Andersen 6e1b044e9e
nixos/redmine: Add PrivateMounts to systemd unit settings (#361065) 2024-12-05 21:36:41 -05:00
alex b282ad165a nixos/evremap: extend key type
allow the key to be remapped start with BTN as well as KEY,
to enable remapping of mouse buttons
2024-12-06 00:30:17 +01:00
K900 3611f5d63a
nixos/pykms: Fix eval (#362002) 2024-12-05 15:03:32 +03:00
夜坂雅 6cc6d2ebce
nixos/pykms: Fix eval 2024-12-05 16:27:07 +08:00
Felix Singer 1631e6056e nixos/redmine: Add PrivateMounts to systemd unit settings
PrivateMounts seems to be enabled anyway. It's probably enabled by
another setting. However, in order to not create a wrong impression, add
it to the list and enable it.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-12-03 06:44:25 +01:00
John Titor a86b5873b6
nixos/ananicy: fix eval when hardened kernel is used with ananicy-cpp 2024-12-03 00:14:56 +05:30
Rick van Schijndel dbf753c544
tandoor-recipes: drop maintainership (#359603) 2024-12-02 19:36:59 +01:00
Jonas Heinrich 1294e798cb
nixos/signald: automatically migrate db (#202923) 2024-12-02 14:55:56 +01:00
Bruno BELANYI 9a0ae3a604 tandoor-recipes: drop maintainership
I stopped using it, I can't test updates anymore.
2024-12-02 12:02:24 +00:00
Bruno BELANYI cf1f7c10f4 nixos/paperless: add 'database.createLocally' 2024-12-02 12:01:04 +00:00
Leona Maroni 2ba711361f
gitlab: 17.3.7 -> 17.5.2 (#360160) 2024-11-30 09:51:21 +01:00
Philip Taron a403221cb8
treewide/nixos: remove with lib; part 3 (#335623) 2024-11-29 10:10:53 -08:00
Fedi Jamoussi b9da4f27d9
nixos/omnom: init module (#357830) 2024-11-29 18:34:24 +01:00
Alexander Sieg eebd4c3b01
gitlab: 17.3.7 -> 17.5.2 2024-11-29 17:51:19 +01:00
Felix Buehler 59a4e8349e nixos/services.zookeeper: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler f8b0d3a756 nixos/services.xmrig: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler fe175fe575 nixos/services.weechat: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler 43e70943da nixos/services.uhub: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler b04e01279b nixos/services.tzupdate: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler f89578e797 nixos/programs.tuxclocker: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler 11904bba73 nixos/services.tp-auto-kbbl: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler d279b64dc1 nixos/services.tiddlywiki: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler 2ecc659ae8 nixos/services.tautulli: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler cc25de02a5 nixos/services.tandoor-recipes: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler 334d6eb492 nixos/services.synergy: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler 165ad257f7 nixos/services.svnserve: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler 07819ffd98 nixos/services.sundtek: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler 5adb3502aa nixos/services.subsonic: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler 269e2407e9 nixos/services.sssd: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler 4a435c16d2 nixos/services.spice-webdavd: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler e4c0bdd97f nixos/services.spice-vdagentd: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler 7abfa8873a nixos/services.sonarr: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler b84a9d0112 nixos/services.soft-serve: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler 288a627154 nixos/services.siproxd: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler 2a8d189e9b nixos/services.signald: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler e593a4c094 nixos/services.sickbeard: remove with lib; 2024-11-28 19:08:32 +01:00