Ivan Trubach
0143b16935
nixos/pufferpanel: buildFHSUserEnv -> buildFHSEnv
...
The pufferpanel module (#225274 ) was merged shortly after the tree-wide
rename f63a12f296
(#225748 ), so the use of
deperecated buildFHSUserEnv in the docs slipped through review 😅
2023-05-29 07:08:19 +03:00
happysalada
3dcca62a5e
nixos/ntfy-sh: add defaults, use dynamic user
2023-05-28 21:17:14 -04:00
Thomas Gerbet
a24848c470
nixos/etcd: allow to choose the package
2023-05-28 08:04:43 +10:00
Ryan Lahfa
2e1e1f8765
Merge pull request #231502 from SuperSandro2000/portunus-openldap
...
nixos/portunus: use openldap compiled with libxcrypt-legacy
2023-05-22 18:20:52 +02:00
Aaron Andersen
9889d76032
Merge pull request #232607 from plumelo/feat/redmine-5
...
redmine: 4.2.10 -> 5.0.5
2023-05-21 14:33:01 -04:00
Sandro Jäckel
0000000324
nixos/portunus: use openldap compiled with libxcrypt-legacy
...
It hardcodes sha256 crypt and the managed slapd crash loops otherwise.
2023-05-21 18:54:56 +02:00
Yaya
27d73b3d46
nixos/gitlab: Add gitlab team members to maintainers
2023-05-20 20:38:49 +00:00
figsoda
701bcdbead
nixos: fix typos
2023-05-19 22:31:04 -04:00
Sandro Jäckel
f2ea5c05c1
nixos/nix-optimise: persist timer
...
otherwise the timer might never run on laptops which could be shutdown
during the night
2023-05-20 02:32:19 +02:00
Sandro Jäckel
879c2dd588
nixos/nix-optimise: cleanup, remove with lib
2023-05-20 02:24:32 +02:00
Sandro
58f987450c
Merge pull request #226116 from erdnaxe/nitter-update-module
...
nixos/nitter: update module options
2023-05-18 23:45:39 +02:00
Meghea Iulian
eb222f0f97
redmine: upgrade start command
2023-05-18 14:35:38 +03:00
Alexandre Iooss
1ab4e66b79
nixos/nitter: remove replaceInstagram option
2023-05-16 18:54:17 +02:00
Alexandre Iooss
d1d81f1866
nixos/nitter: add new upstream options
2023-05-16 18:54:02 +02:00
Sandro
872c89e5a7
Merge pull request #221750 from rhendric/rhendric/nixos/snapper
2023-05-15 17:24:25 +02:00
nikstur
6852dc2359
nixos/rshim: fix shell escape
...
Using escapeShellArg does not make sense here because (a) it turned the
list into a string, so the entire service failed and (b) because systemd
does not use the same escaping mechanism as bash.
2023-05-15 14:06:26 +02:00
Maximilian Nitsch
25f3323d60
nixos/etcd: Fix mapping of clientCertAuth option
...
The clientCertAuth option must be mapped to the etcd environment
variable ETCD_CLIENT_CERT_AUTH and the peerClientCertAuth option to
ETCD_PEER_CLIENT_CERT_AUTH.
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2023-05-15 09:11:41 +02:00
Ryan Lahfa
feb7fcde4b
Merge pull request #231481 from nikstur/rshim-user-space
...
rshim for Nvidia BlueField
2023-05-15 09:03:50 +02:00
nikstur
5435eaaa4d
nixos/rshim: init
2023-05-15 01:24:48 +02:00
Bernardo Meurer
570fff5e92
nixos/klipper: add logFile option
2023-05-14 13:02:08 -04:00
Bernardo Meurer
7a5f684ffd
nixos/klipper: use klippy from $out/bin
2023-05-14 13:02:06 -04:00
Bernardo Meurer
4804f7a09b
nixos/mainsail: init
2023-05-07 01:41:03 -04:00
Bruno BELANYI
9650310348
nixos/tandoor-recipes: disable debug toolbar
2023-05-06 14:22:17 +01:00
Nick Cao
cb6c1de07d
Merge pull request #229138 from exzombie/fix/fstrim-interval
...
nixos/fstrim: fix overriding the timer interval
2023-05-01 17:23:36 +08:00
Jure Varlec
44438e0dcd
nixos/fstrim: fix overriding the timer interval
...
The OnCalendar systemd setting is additive. To clear the setting defined
by the pre-existing unit file, it has to be set first to an empty
string, then to the desired value.
2023-04-30 17:36:49 +02:00
Sandro Jäckel
93242070ae
nixos/gitea: don't recursively change file owners/permissions
...
This scales really poor with lots of files.
eg. 300000 take minutes to finish on SSD
2023-04-27 13:31:52 +02:00
David Knaack
3856e84b79
nixos/gitea: remove extra "
in prestart
2023-04-22 09:12:02 +02:00
Robert Hensing
73d2aeacf5
Merge pull request #206179 from ThinkChaos/refactor/gitea-settings
...
gitea: new options and settings refactor
2023-04-20 16:53:51 +02:00
Artturi
b83db86a9e
Merge pull request #222080 from Stunkymonkey/nixos-optionalString
2023-04-20 16:07:30 +03:00
ThinkChaos
70cf02924e
nixos/gitea: convert more simple settings to freeform
...
Also update `settings.server.PROTOCOL` to use non deprecated values.
2023-04-19 12:18:47 -04:00
ThinkChaos
2901c2f94e
nixos/gitea: quote paths in preStart script
2023-04-19 12:18:47 -04:00
ThinkChaos
eba0db3c1c
nixos/gitea: add customDir
option
...
Use case is storing secrets in a non persistent directory as I manage
them separately from this module.
2023-04-19 12:18:47 -04:00
ThinkChaos
f7b9a1c561
nixos/gitea: disable LFS related code when it is not configured
2023-04-19 12:18:47 -04:00
ThinkChaos
184131f50d
nixos/gitea: make service group configurable
2023-04-19 12:18:46 -04:00
ThinkChaos
f8d5d6cd02
nixos/gitea: disable createDatabase
assert when using sqlite
...
Assert doesn't make sense in that case since `database.user` isn't used.
2023-04-19 12:18:46 -04:00
Sandro
ed7dd78b3f
Merge pull request #225274 from tie/nixos-pufferpanel
...
nixos/pufferpanel: init
2023-04-18 16:57:14 +02:00
Ivan Trubach
4bbe09068a
nixos/pufferpanel: init
2023-04-16 15:41:24 +03:00
Javed Mohamed
3ecc7b1484
nixos/gpsd: add multiple-device support for gpsd
2023-04-12 10:15:47 +02:00
Ryan Hendrickson
43e6f67f75
nixos/snapper: support more options
2023-04-09 02:28:16 -04:00
Felix Buehler
327b0cff7a
treewide: use more lib.optionalString
2023-04-07 13:38:33 +02:00
ajs124
4f2152215a
nixos/gitit: remove
...
has not been evaluated (in module-list) since 122d5e497e
Closes #167034
2023-04-03 13:19:31 +02:00
0x4A6F
6f62b499cf
nixos/atuin: add maxHistoryLength
2023-04-02 18:31:36 -04:00
Sandro Jäckel
20842ac039
nixos/gitea: disable updater by default
2023-03-23 14:46:51 +01:00
jooooscha
05885a166b
Update nixos/modules/services/misc/gollum.nix
...
Co-authored-by: Kerstin <kerstin@erictapen.name>
2023-03-21 13:26:22 +01:00
Sandro
6f8210495c
Merge pull request #221684 from SuperSandro2000/portunus-localhost
...
nixos/portunus: fix portunus not only listening on localhost
2023-03-20 13:25:34 +01:00
Sandro Jäckel
dc5ffba52d
nixos/portunus: fix portunus not only listening on localhost
...
Closes #221678
2023-03-19 22:16:03 +01:00
Bjørn Forsman
48b0aa7164
nixos/sssd: create symlinks in /etc to fix sssctl
...
Without this, sssctl fails to read its configuration. Update the NixOS
test to ensure sssctl doesn't regress.
2023-03-19 09:28:35 +01:00
talyz
ccaa6078ba
nixos/gitlab: Fix error when GitLab Pages is not enabled
...
Even if GitLab is used without Pages, some of its settings are still
used in the gitlab.yml file, resulting in errors such as
error: The option `services.gitlab.pages.settings.pages-domain' is used but not defined.
To fix this, make the settings' usage conditional on Pages being
enabled.
2023-03-18 11:34:51 +01:00
Sandro
66e0910e86
Merge pull request #199729 from peat-psuwit/zoneminder-1.36.31
...
zoneminder, nixos/zoneminder: 1.36.28 -> 1.36.31, fix issues relating to upgrade
2023-03-14 17:02:05 +01:00
Jocelyn Thode
e7f54823b1
readarr: init at 0.1.4.1596
2023-03-12 20:54:23 +01:00