Linus Heckemann
8670794565
Merge pull request #263203 from nikstur/replace-activation
...
Replace simple activationScripts
2023-10-28 10:17:15 +02:00
Peder Bergebakken Sundt
dc42e2603b
Merge pull request #263335 from anthonyroussel/nixos-goss
...
nixos/goss: init
2023-10-28 06:36:43 +02:00
Peder Bergebakken Sundt
a9d001fd4a
Merge pull request #260877 from moritzrickert/plausible-registration-invite-only
...
nixos/plausible: add invite only registrations
2023-10-27 23:49:49 +02:00
Artturi
61f2bd3178
Merge pull request #254386 from erikarvstedt/nginx-js-mime-type
2023-10-27 23:32:20 +03:00
tomf
d18f272a39
Merge pull request #262408 from evandeaubl/master
...
nixos/tailscale: add openFirewall option
2023-10-28 05:19:41 +11:00
tomf
b42ca6b992
Merge pull request #260346 from l0b0/feat/shiori-webroot
...
nixos/shiori: add web root option
2023-10-28 04:25:40 +11:00
Emily
f4e67057e8
Merge pull request #263234 from CobaltCause/garage-statedirectory
...
nixos/garage: set `StateDirectory` if used at all
2023-10-27 17:26:39 +02:00
Alyssa Ross
44ff5dfca2
nixos/restic: remove s3CredentialsFile option
...
This has been deprecated since 2021, so all users should have seen the
warning and migrated by now.
2023-10-27 12:31:54 +00:00
Anthony Roussel
3a2d3bc3d8
nixos/goss: init
2023-10-27 08:00:48 +02:00
Pol Dellaiera
aaccf42b1b
Merge pull request #261432 from yayayayaka/snipe-it-convert-to-buildComposerProject
...
snipe-it: convert to buildComposerProject
2023-10-27 01:36:34 +02:00
Peder Bergebakken Sundt
e8ff5952f6
Merge pull request #258558 from hmenke/c2FmZQ
...
c2FmZQ: init at 0.4.8
2023-10-26 20:33:51 +02:00
Peder Bergebakken Sundt
adcaf3962d
Merge pull request #212087 from robryk/resticpaths
...
nixos/backups/restic: handle cases when both dynamicFileFrom and paths are set
2023-10-26 19:35:22 +02:00
Yaya
d91c530a55
snipe-it: Convert to php.buildComposerPackage
2023-10-26 18:51:05 +02:00
Peder Bergebakken Sundt
4d6d43f444
Merge pull request #263460 from arcuru/rename-arcuru
...
treewide: rename handle/GH account patricksjackson to arcuru
2023-10-26 18:46:42 +02:00
Henri Menke
e0cebb254e
nixos/c2fmzq-server: init module
...
Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
Co-authored-by: Anselm Schüler <mail@anselmschueler.com>
Co-authored-by: h7x4 <h7x4@nani.wtf>
2023-10-26 17:27:51 +02:00
Moritz Rickert
09794b1ee4
nixos/plausible: add invite only registrations
2023-10-26 16:54:25 +02:00
Martin Weinelt
b501176d83
nixos/wyoming-faster-whisper: update model enum
...
The medium model was never provided due to its extensive size.
2023-10-26 15:56:17 +02:00
nikstur
b16365b393
nixos/iscsi: replace activationScript
...
Move the functionality into preStart of the systemd service.
2023-10-26 01:51:07 +02:00
nikstur
6987ff3a4f
nixos/spiped: replace activationScript via tmpfiles
2023-10-26 01:44:21 +02:00
nikstur
f18ff2ec0b
nixos/mlmmj: replace activationScript
2023-10-26 01:44:21 +02:00
nikstur
d5a96d508b
nixos/stargazer: replace activationScript via tmpfiles
2023-10-26 01:44:21 +02:00
nikstur
6c800013bf
nixos/strongswan-swanctl: replace activationScripts via tmpfiles
2023-10-26 01:44:20 +02:00
nikstur
168b967b32
nixos/mattermost: replace activationScript via tmpfiles
2023-10-26 01:43:56 +02:00
Patrick Jackson
4a938cc665
treewide: rename handle/GH account patricksjackson to arcuru
2023-10-25 15:42:48 -07:00
nikstur
1b2b1364de
nixos/ups: replace activationScript via tmpfiles
2023-10-25 23:44:01 +02:00
Martin Weinelt
2bb79db3e2
Merge pull request #263315 from chayleaf/kea
...
kea: use separate runtime directories for each service
2023-10-25 22:29:31 +02:00
chayleaf
413011ddf4
kea: use separate runtime directories for each service
...
Kea may clean the runtime directory when starting (or maybe systemd does
it). I ran into this issue when restarting Kea after changing its
configuration, so I think the fact it normally doesn't clean it is a
race condition (it's cleaned on service start, and normally all Kea
services start at roughly the same time).
2023-10-26 02:51:43 +07:00
Lin Jian
2a27bf588f
Merge pull request #261733 from nbdd0121/hass
...
nixos/home-assistant: use runCommandLocal for configuration.yaml
2023-10-26 02:23:21 +08:00
Mario Rodas
84a877ed30
Merge pull request #261722 from anthonyroussel/ssm-agent-rename
...
amazon-ssm-agent: rename from ssm-agent
2023-10-25 04:18:24 -05:00
Stig
a99cbd99e1
Merge pull request #255715 from TomaSajt/lanraragi
...
lanraragi: init at 0.8.90
2023-10-25 10:54:27 +02:00
digital
a6253e6b12
nixos/syncthing: support syncthing gui and api over unix sockets ( #247343 )
2023-10-25 09:18:42 +02:00
Rebecca Kelly
855223de8f
nixos/munin: fix internAndFixPlugins mangling store paths
...
The previous implementation works fine when the plugins do not already
contain store paths, which is the case for stuff from munin-contrib.
However, for plugins generated via nix (e.g. with writeShellScriptBin),
it tries to fix the paths in it which already point to the nix store,
ruining everything.
2023-10-25 09:00:45 +02:00
Rebecca Kelly
0f7fb5cdcf
nixos/munin: fix key-context error when using extraAutoPlugins
...
If extraAutoPlugins contains values that carry context (e.g. it comes
from a flake input), the keys generated from them using baseNameOf
inherit that context and the config doesn't compile.
This doesn't actually need to be an attrset anyways, so a bit of
internal refactoring lets us fix this without changing the visible API.
2023-10-25 09:00:45 +02:00
Charles Hall
f5dcc015b9
nixos/garage: set StateDirectory
if used at all
...
Changes the `mkIf` to trigger if *either* `data_dir`/`metadata_dir` use
`/var/lib/garage`, not only if both do. This is useful to me because I
want to store metadata in `/var/lib/garage` but I also want to store
data in a different mountpoint (via `data_dir` and `ReadWritePaths`).
2023-10-24 22:03:21 -07:00
TomaSajt
8e18ff0c24
nixos/lanraragi: init
2023-10-25 01:14:59 +02:00
Janik
e46b352ac4
Merge pull request #231065 from yu-re-ka/fnm-advanced-module
...
nixos/fastnetmon-advanced: init
2023-10-24 21:43:26 +02:00
Emily
702853c61a
Merge pull request #263046 from emilylange/nixos-forgejo
...
nixosTests.forgejo: test backup/dump service; nixos/forgejo: pass {env}`GIT_PROTOCOL` via ssh to forgejo; nixosTests.forgejo: test git wire protocol version
2023-10-24 19:40:20 +02:00
K900
d0d6219c42
Merge pull request #262265 from chayleaf/akkoma-extra
...
nixos/akkoma: add services.akkoma.dist.extraFlags
2023-10-24 18:30:24 +03:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership
2023-10-24 13:09:45 +02:00
emilylange
402b5c67a8
nixos/forgejo: pass {env}GIT_PROTOCOL
via ssh to forgejo
...
when using the host's openssh service (not the builtin golang one).
This enables the use of the much faster and more efficient wire protocol
version 2.
See https://git-scm.com/docs/protocol-v2
2023-10-24 03:27:20 +02:00
Janik
a5b74d45bd
Merge pull request #262978 from JulienMalka/ferretdb-docs
...
nixos/ferretdb: fix broken link to documentation
2023-10-23 22:53:21 +02:00
Yureka
bf5f01ee52
nixos/fastnetmon-advanced: init
2023-10-23 22:51:19 +02:00
Domen Kožar
4e95cbe36e
Merge pull request #246081 from therealr5/bacula-fix
...
nixos/bacula: fix postgresql config and remove unneeded quotation marks
2023-10-23 21:42:11 +01:00
Lorenz Leutgeb
cc6c2d32f2
rosenpass: refactor, add module and test ( #254813 )
2023-10-23 19:29:30 +02:00
Julien Malka
5237796f2b
nixos/ferretdb: fix broken link to documentation
2023-10-23 16:48:31 +00:00
Maximilian Bosch
3ad1ebe9ff
Merge pull request #258047 from mweinelt/knot-exporter
...
prometheus-knot-exporter: 2021-08-21 -> 3.3.1; python310Packages.libknot: init at 3.3.1
2023-10-23 15:01:06 +02:00
Martin Weinelt
589ccfdac1
nixos/prometheus-exporters/knot: update for new exporter
...
The new exporter has proper console scripts definition, that sets up
another executable name.
The package now also shells out to pidof, which is why we require procps
in the unit PATH.
2023-10-23 13:19:52 +02:00
Ryan Lahfa
d1ee91c22d
Merge pull request #262796 from SuperSandro2000/patch-1
...
nixos/nginx: document implicit default port 80
2023-10-23 11:04:54 +01:00
Martin Weinelt
6ddb74a81a
Merge pull request #262542 from yu-re-ka/matrix-synapse-opentracing
...
matrix-synapse: remove opentracing optional dependencies
2023-10-23 11:22:25 +02:00
K900
a52abd4ccb
Merge pull request #262623 from K900/continued-firefox-cleanups
...
firefox: start killing all the per-extension options
2023-10-23 10:25:37 +03:00