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
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
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