Morgan Jones
99714ac2fc
nixos/nebula: add missing with maintainers
2024-08-16 12:13:40 -07:00
Pol Dellaiera
835b2f8822
nixos/chromadb: init
2024-08-16 18:23:12 +02:00
abysssol
5f17f87a7f
nixos/ollama: move loadModels
script into a separate service
...
Due to the large size of models, the script can run for a long time,
which can cause timeouts, since the startup phase has a time limit.
2024-08-16 11:36:35 -04:00
Adam C. Stephens
c49d0387e0
Merge pull request #251598 from oddlama/feat-kanidm-provision
...
nixos/kanidm: add basic provisioning
2024-08-16 10:15:22 -04:00
K900
0d331a43ff
Merge pull request #335066 from K900/pipewire-limits
...
nixos/pipewire: install the default limits config, make group always exist
2024-08-16 16:38:20 +03:00
Franz Pletz
4bd91be1ad
Merge pull request #333462 from Luflosi/nixos-iperf3-package-option
2024-08-16 14:46:53 +02:00
oddlama
558fa6abc6
nixos/kanidm: add provisioning of groups, persons and oauth2 systems
2024-08-16 14:12:35 +02:00
K900
333e6672e1
nixos/pipewire: install the default limits config, make group always exist
2024-08-16 12:00:08 +03:00
Jörg Thalheim
d9e8fc4b72
Merge pull request #323785 from Mic92/zerotier
...
nixos/zerotierone: clean up local.conf symlinks unconditionally
2024-08-16 09:35:35 +02:00
OPNA2608
4403f7f6c3
nixos/ayatana-indicators: Support new passthru.ayatana-indicators format
2024-08-15 20:52:04 +02:00
a-kenji
0f13d8a4ba
nixos/unbound: fix typos in description and comment
2024-08-14 23:53:58 +02:00
Thiago Kenji Okada
33c968004c
Merge pull request #333678 from thiagokokada/sx-add-as-xsession
...
sx: add desktop file and providedSessions
2024-08-14 21:29:39 +01:00
Doron Behar
6bfd71d2b5
Merge pull request #318892 from doronbehar/pkg/taskwarrior3
...
nixosTests.taskchampion-sync-server: init
2024-08-14 19:43:33 +00:00
Maximilian Bosch
d86f963742
Merge pull request #329657 from flyingcircusio/mailpit-module
...
nixos/mailpit: init
2024-08-14 17:37:54 +02:00
Maximilian Bosch
f07601ce07
nixos/mailpit: fix defaults for listen/smtp
2024-08-14 16:12:57 +02:00
OPNA2608
8c1cb41408
nixos/lomiri: Add gallery app
2024-08-14 15:54:36 +02:00
Martin Weinelt
9ccfa87721
Merge pull request #332764 from NixOS/staging-next
...
staging-next 2024-08-06
2024-08-14 13:33:28 +02:00
Pol Dellaiera
302b8650e5
Merge pull request #334371 from nixupp/patch-1
...
nixos/openwebui: add link to description
2024-08-14 12:02:02 +02:00
Maximilian Bosch
15dab820a6
nixos/mailpit: allow multiple instances
...
Now it's possible to start multiple mailpit instances - for e.g.
multiple testing environments - on the same machine:
{
services.mailpit.instances = {
dev = { /* ... */ };
staging = { /* ... */ };
};
}
The simplest way to start a single instance is by declaring
services.mailpit.instances.default = {};
2024-08-14 11:33:52 +02:00
Maximilian Bosch
a2437d8075
nixos/mailpit: init
...
Simple module to configure a systemd service for mailpit.
2024-08-14 11:33:52 +02:00
github-actions[bot]
261f1edcbd
Merge master into staging-next
2024-08-14 06:01:07 +00:00
Doron Behar
e58e0e1d95
doc: mention Taskwarrior 3 in taskserver module docs & in release notes
2024-08-14 08:06:11 +03:00
Doron Behar
ecf4caea3f
nixos/taskchampion-sync-server: init
...
Co-authored-by: Mohamed Laradji <mlaradji@proton.me>
2024-08-14 08:06:11 +03:00
Doron Behar
54698e8db6
taskwarrior2: rename from taskwarrior, with a warning alias
...
Also remove an outdated link in `taskserver/default.md`.
2024-08-14 08:06:10 +03:00
Nick Cao
12f650234b
Merge pull request #334257 from Dan-Theriault/miniflux-no-admin-required
...
nixos/miniflux: make admin provisioning optional
2024-08-13 21:54:34 -04:00
github-actions[bot]
ae6040d6a6
Merge master into staging-next
2024-08-14 00:02:32 +00:00
Dan Theriault
f6788b6165
nixos/miniflux: make admin provisioning optional
...
Miniflux supports provisioning users via SSO, which renders admin
accounts unnecessary for some use-cases. This change retains the
existing default, but makes it easier to disable admin provisioning.
2024-08-13 18:56:16 -04:00
Pol Dellaiera
a0a63aa8d4
Merge pull request #332593 from mzacho/master
...
nixos/modules/services/mail: add protonmail-bridge service
2024-08-13 21:08:24 +02:00
nixupp
876cfeddfc
nixos/openwebui: add link to description
2024-08-13 12:18:54 +00:00
Martin Weinelt
0906206d42
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/top-level/python-packages.nix
2024-08-13 13:21:03 +02:00
Sarah Brofeldt
ba99ba8ea7
Merge pull request #327914 from 0z13/nvidia-container-toolkit-device-name
...
nixos/nvidia-container-toolkit: add device-name-strategy option
2024-08-13 10:41:45 +02:00
superherointj
3a158316b8
Merge pull request #332183 from codedownio/k3s-containerd-config
...
nixos/k3s: add containerdConfigTemplate option
2024-08-13 04:03:59 -03:00
Kerstin Humm
13c96978c3
nixos/weblate: init module and test
...
Co-authored-by: Taeer Bar-Yam <Radvendii@users.noreply.github.com>
2024-08-13 08:44:54 +02:00
Tom McLaughlin
81c0783c0e
nixos/k3s: add containerdConfigTemplate option
2024-08-12 14:58:18 -07:00
github-actions[bot]
62f43c3094
Merge master into staging-next
2024-08-12 18:02:11 +00:00
Philip Taron
5c21c35835
nixos/borgmatic: lib.mdDoc is deprecated
2024-08-12 08:02:10 -07:00
Florian
20d3d501ad
Merge pull request #290913 from flandweber/borgmatic-improvement
...
nixos/borgmatic: added test
2024-08-12 15:37:12 +02:00
Sandro
e32c796ff7
Merge pull request #332541 from SuperSandro2000/mailman-relay-assert
...
nixos/mailman: allow setting relay domains with services.postfix.conf…
2024-08-12 14:37:53 +02:00
Jan Tojnar
54b056a950
nixos/metacity: Avoid top-level with
2024-08-12 00:29:13 +02:00
Jan Tojnar
f192bd9e5c
metacity: Move from gnome scope to top-level
2024-08-12 00:29:13 +02:00
Jan Tojnar
64438363f5
gnome-shell-extensions: Move from gnome scope to top-level
2024-08-12 00:29:11 +02:00
Jan Tojnar
a0d15e0d04
gdm: Move from gnome scope to top-level
2024-08-12 00:29:11 +02:00
Jan Tojnar
db9ae25dca
gnome-initial-setup: Move from gnome scope to top-level
2024-08-12 00:29:11 +02:00
Jan Tojnar
d364738c76
quadrapassel: Move from gnome scope to top-level
2024-08-12 00:29:10 +02:00
Jan Tojnar
1f3f0c2e4b
tali: Move from gnome scope to top-level
2024-08-12 00:29:10 +02:00
Jan Tojnar
077dd2b94c
swell-foop: Move from gnome scope to top-level
2024-08-12 00:29:08 +02:00
Jan Tojnar
5db162af3a
lightsoff: Move from gnome scope to top-level
2024-08-12 00:29:07 +02:00
Jan Tojnar
31a54e038c
iagno: Move from gnome scope to top-level
2024-08-12 00:29:07 +02:00
Jan Tojnar
8c4f0fc73e
hitori: Move from gnome scope to top-level
2024-08-12 00:29:06 +02:00
Jan Tojnar
e0795cb2de
gnome-tetravex: Move from gnome scope to top-level
2024-08-12 00:29:06 +02:00
Jan Tojnar
f26fb6acad
gnome-taquin: Move from gnome scope to top-level
2024-08-12 00:29:06 +02:00
Jan Tojnar
d988332cd4
gnome-sudoku: Move from gnome scope to top-level
2024-08-12 00:29:05 +02:00
Jan Tojnar
82a1d2ed24
gnome-robots: Move from gnome scope to top-level
2024-08-12 00:29:05 +02:00
Jan Tojnar
b76db173df
gnome-nibbles: Move from gnome scope to top-level
2024-08-12 00:29:04 +02:00
Jan Tojnar
3811546639
gnome-mines: Move from gnome scope to top-level
2024-08-12 00:29:04 +02:00
Jan Tojnar
828635c725
gnome-mahjongg: Move from gnome scope to top-level
2024-08-12 00:29:04 +02:00
Jan Tojnar
b4e480f919
gnome-klotski: Move from gnome scope to top-level
2024-08-12 00:29:03 +02:00
Jan Tojnar
fa58a27b35
gnome-chess: Move from gnome scope to top-level
2024-08-12 00:29:03 +02:00
Jan Tojnar
076fe09eeb
four-in-a-row: Move from gnome scope to top-level
2024-08-12 00:29:02 +02:00
Jan Tojnar
31b95b8251
five-or-more: Move from gnome scope to top-level
2024-08-12 00:29:02 +02:00
Jan Tojnar
fcd5e77e53
atomix: Move from gnome scope to top-level
2024-08-12 00:29:02 +02:00
Jan Tojnar
659c2ac87e
aisleriot: Move from gnome scope to top-level
2024-08-12 00:29:01 +02:00
Jan Tojnar
18859a6bad
gnome-remote-desktop: Move from gnome scope to top-level
2024-08-12 00:29:01 +02:00
Jan Tojnar
967bb64c16
gnome-software: Move from gnome scope to top-level
2024-08-12 00:29:00 +02:00
Jan Tojnar
138941d672
gnome-color-manager: Move from gnome scope to top-level
2024-08-12 00:28:59 +02:00
Jan Tojnar
6e8760f7f7
gnome-backgrounds: Move from gnome scope to top-level
2024-08-12 00:28:58 +02:00
Jan Tojnar
572d0e4403
gnome-contacts: Move from gnome scope to top-level
2024-08-12 00:28:57 +02:00
Jan Tojnar
bb4d62ac72
gnome-weather: Move from gnome scope to top-level
2024-08-12 00:28:54 +02:00
github-actions[bot]
a473a12c7d
Merge master into staging-next
2024-08-11 18:01:11 +00:00
Jan Tojnar
9ec24b9c32
gnome-music: Move from gnome scope to top-level
2024-08-11 18:53:26 +02:00
Jan Tojnar
a6cc36c235
gnome-maps: Move from gnome scope to top-level
2024-08-11 18:53:26 +02:00
Jan Tojnar
2d62b2f940
gnome-logs: Move from gnome scope to top-level
2024-08-11 18:53:25 +02:00
Jan Tojnar
dcfb124855
gnome-clocks: Move from gnome scope to top-level
2024-08-11 18:53:25 +02:00
Jan Tojnar
c9550b704d
gnome-characters: Move from gnome scope to top-level
2024-08-11 18:53:25 +02:00
Jan Tojnar
16b5886034
gnome-boxes: Move from gnome scope to top-level
2024-08-11 18:53:25 +02:00
ettom
75682f11c6
nixos/snapserver: Fix per-stream sampleFormat/codec opts
2024-08-11 18:32:06 +02:00
Jan Tojnar
ef660a9c86
gnome.gnome-online-miners: Remove
...
It is abandoned upstream, it is mostly broken and has been removed from GNOME:
https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1748
2024-08-11 18:20:32 +02:00
Florian
1cc84c4999
Merge pull request #332162 from imlonghao/borgmatic/default-value
...
nixos/borgmatic: change the default value
2024-08-11 15:52:24 +02:00
Martin Weinelt
182792a514
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/laundrify-aio/default.nix
2024-08-11 13:56:09 +02:00
Adam C. Stephens
0536436018
Merge pull request #316466 from uninsane/rebrand-trust-dns
...
hickory-dns: rename from trust-dns
2024-08-11 07:35:03 -04:00
Martin Zacho
45b7c17ba5
maintainers: add mzacho
2024-08-11 12:09:16 +02:00
Martin Zacho
91e1c5349e
nixos/modules/services/mail: add protonmail-bridge
2024-08-11 12:09:09 +02:00
Colin
f9df9508f4
hickory-dns: rename from trust-dns
2024-08-11 07:59:32 +00:00
Atemu
d6150339fc
nixos/gdm: refactor file-global with
2024-08-11 09:28:25 +02:00
Thiago Kenji Okada
b6144020d1
nixos/sx: add thiagokokada as maintainer
2024-08-10 19:45:08 +01:00
Thiago Kenji Okada
187a07a96e
nixos/sx: add addAsSession option
2024-08-10 19:45:07 +01:00
Thiago Kenji Okada
6a18ff9098
nixos/sx: add package option
2024-08-10 19:45:07 +01:00
Thiago Kenji Okada
b01dbc6e72
nixos/sx: nixpkgs-rfc-style formatting and remove top-level with lib
2024-08-10 19:45:07 +01:00
github-actions[bot]
45080a9559
Merge master into staging-next
2024-08-10 18:01:08 +00:00
Litchi Pi
0ec7dd5011
fix: replace relative paths in sources with nix store paths
...
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
2024-08-10 16:23:27 +02:00
github-actions[bot]
68894e5504
Merge master into staging-next
2024-08-10 00:02:11 +00:00
Rob Sears
bdcd19eff5
package
reference was removed in 03d57d7
( #333504 )
2024-08-09 21:42:42 +02:00
github-actions[bot]
03e2e79ded
Merge master into staging-next
2024-08-09 18:01:11 +00:00
Sandro
03d57d7420
Merge pull request #332806 from isabelroses/fix/wpa_supplicant
2024-08-09 18:19:56 +02:00
Donovan Glover
0c4a828b0d
Merge pull request #332061 from emilazy/push-lyoruqmmrqzx
...
hydron: drop
2024-08-09 15:40:54 +00:00
Cosima Neidahl
5244f79d35
Merge pull request #332220 from OPNA2608/update/lomiri/OTA-5
...
lomiri.*: OTA-5
2024-08-09 17:37:39 +02:00
Luflosi
d80d811a6f
nixos/iperf3: add package option
2024-08-09 16:01:01 +02:00
Sandro
ac1702d768
Merge pull request #332757 from errnoh/goxlr-fix-launcher
2024-08-09 14:17:31 +02:00
github-actions[bot]
7b86eb63e7
Merge master into staging-next
2024-08-09 12:01:12 +00:00
Rick van Schijndel
8c6460bb75
Merge pull request #333317 from bjornfor/nixos-mosquitto-fix-option-default
...
nixos/mosquitto: fix "listeners" option default
2024-08-09 08:29:15 +02:00