P.
7e1ff7bd73
treewide: remove wolfangaukang as maintainer
2024-06-22 07:03:16 -06:00
Jonas Heinrich
2eb7209481
nixos/davfs2: Add deprecation notice
2024-06-22 12:21:21 +02:00
Alois Wohlschlager
a754cd2eff
nixVersions.nix_2_18: 2.18.2 -> 2.18.3
...
It's a small round of various fixes for the default version of Nix.
Diff: https://github.com/NixOS/nix/compare/2.18.2...2.18.3
2024-06-22 10:56:11 +02:00
Jonas Juselius
cfed9707a5
nixos/kubernetes: fix service reload to restart
2024-06-22 07:52:46 +02:00
Maxine Aubrey
9d41fe6fcc
nixos/gdm: add fingerprint pam rules
...
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-06-22 01:42:50 +05:30
Thomas Gerbet
6d04aa54ba
Merge pull request #315874 from JohnRTitor/gnome-keyring-module
...
nixos/gnome-keyring: rewrite module and fix unlocking on GDM session login
2024-06-21 21:07:43 +02:00
Aleksana
34a82372fe
Merge pull request #314728 from SamLukeYes/xonsh
...
xonsh: 0.15.1 -> 0.17.0
2024-06-22 02:32:07 +08:00
github-actions[bot]
fb94da4e9e
Merge staging-next into staging
2024-06-21 18:01:30 +00:00
John Titor
641ea1c57e
nixos/amdgpu: cleanup occurance of hardware.opengl
...
Unfortunately this got missed in
https://github.com/NixOS/nixpkgs/pull/320228
2024-06-21 21:40:11 +05:30
Aleksana
07f8a394e5
Merge pull request #321519 from lheckemann/maintainership
...
maintainers: drop lheckemann
2024-06-21 22:59:09 +08:00
Ruby Iris Juric
088b397516
nixos/zitadel: Drop Sorixelle as maintainer
2024-06-21 16:11:10 +02:00
Ryan Lahfa
efcabaa056
Merge pull request #298641 from RaitoBezarius/netdata-45
...
netdata: 1.44.3 -> 1.45.3
2024-06-21 16:04:11 +02:00
Linus Heckemann
e5adf0b547
maintainers: drop lheckemann
2024-06-21 15:54:54 +02:00
Jörg Thalheim
9f180c5438
Merge pull request #280517 from Mic92/zerotierone
...
nixos/zerotierone: make localConf mergeable
2024-06-21 15:32:05 +02:00
Jörg Thalheim
09ead1f6eb
nixos/zerotierone: make localConf mergeable
2024-06-21 15:17:45 +02:00
h7x4
eb6059678c
Merge pull request #321477 from mohe2015/remove-maintainer-mohe2015
...
Remove maintainer mohe2015
2024-06-21 14:18:24 +02:00
Peder Bergebakken Sundt
892cdcec93
Merge pull request #320836 from philiptaron/services.bluemap.host
...
nixos/bluemap: fix defaults issue with `services.bluemap.host`
2024-06-21 14:07:24 +02:00
github-actions[bot]
c6707a9686
Merge staging-next into staging
2024-06-21 12:01:53 +00:00
Moritz Hedtke
ca0a8eb9a8
nixos/step-ca: remove mohe2015 as maintainer
2024-06-21 12:40:08 +02:00
Doron Behar
7645dde059
transmission_3: rename from transmission
2024-06-21 12:33:37 +03:00
Jade Lovelace
933a101ab0
Merge pull request #321457 from Tom-Hubrecht/maintainer
...
Remove myself as maintainer
2024-06-21 01:43:06 -07:00
superherointj
fe10b0c276
Merge pull request #321237 from Djabx/add-snapper-opts
...
nixos/snapper: add snapper opts
2024-06-21 05:38:57 -03:00
superherointj
c14d83e0eb
Merge pull request #321232 from siriobalmelli/configure/oci
...
nixos/oci-image: expose diskSize as a configurable option
2024-06-21 05:14:04 -03:00
Alexandre Badez
754618f7bd
nixos/snapper: formating
2024-06-21 09:49:55 +02:00
Alexandre Badez
a1ded8273d
nixos/snapper: add timeline limit options
2024-06-21 09:49:51 +02:00
Tom Hubrecht
938372e46e
nixos/netbird: Remove thubrecht as maintainer
2024-06-21 09:32:46 +02:00
h7x4
ad964c4ebf
Merge pull request #318613 from msanft/grafana-reporter/build-go-module
...
grafana-reporter: migrate to buildGoModule
2024-06-21 09:21:09 +02:00
h7x4
11c5359c4f
Merge pull request #319516 from r-vdp/wstunnel-init
...
wstunnel: 9.6.2 -> 9.7.0
2024-06-21 09:17:42 +02:00
Sirio Balmelli
80712f254c
nixos/oci-image: expose diskSize as a configurable option
...
diskSize defaults to the previous hard-coded 8192:
no change for existing users.
Users can set diskSize when building images which require
larger disk space; thus avoiding the error:
ERROR: cptofs failed. diskSize might be too small for closure.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-06-21 08:54:08 +02:00
Philip Taron
3ac49bcf94
nixos/bluemap: fix defaults issue with services.bluemap.host
...
The default for this value depends on `config.networking.domain`, which is typed as `types.nullOr types.str` in nixos/modules/tasks/network-interfaces.nix
As a result, the default for `services.bluemap.host` either has to be `types.nullOr types.str`, or we need to drop the default.
Based on PR feedback, this commit drops the default and requires configuration through the `services.bluemap.host` option.
While this is a breaking change, since the module is a month old, there should be very few users so far.
2024-06-20 21:05:03 -07:00
John Titor
6bb516d45f
nixos/gnome-keyring: enable gnome-keyring for fingerprint authentication'
...
this should be enabled by default if fprintd is enabled
2024-06-21 09:11:04 +05:30
Thomas Gerbet
88130cec79
Merge pull request #321097 from PatrickDaG/firefly-6.1.18
...
firefly-iii: 6.1.17 -> 6.1.18
2024-06-20 23:03:48 +02:00
Robert Hensing
ba5a6f19ed
Merge pull request #312516 from Stunkymonkey/nixos-swap-umask
...
nixos/swap: prefer 'umask' over 'chmod'
2024-06-20 20:06:13 +02:00
John Titor
c24c7933ba
nixos/gnome-keyring: unlock keyring with gdm-password, gdm-autologin
...
GDM uses gdm-password as the PAM service name for both logins and unlocks.
So unlock gnome-keyring as part of `gdm-password`.
Without this, keyrings may not be unlocked properly for GDM 45+.
also unlock as part of GDM autologin
2024-06-20 23:08:43 +05:30
Masum Reza
d603719ec6
Merge pull request #321140 from pyrox0/mealie-1.9
...
mealie: 1.7.0 -> 1.9.0
2024-06-20 20:27:18 +05:30
Sandro
9bf71066c8
Merge pull request #321165 from Guanran928/patch-1
2024-06-20 16:46:58 +02:00
github-actions[bot]
667f4bf852
Merge staging-next into staging
2024-06-20 12:01:36 +00:00
Sandro
3d37622cff
Merge pull request #302645 from anthonyroussel/fix-samba
2024-06-20 13:48:06 +02:00
K900
5ce022e0e0
Merge pull request #319865 from JohnRTitor/amdgpu-module
...
nixos/amdgpu: init module
2024-06-20 14:29:01 +03:00
Patrick
6154279455
nixos/firefly-iii: enhance provisioning service
2024-06-20 12:16:48 +02:00
K900
20b7b4f619
Merge pull request #320228 from K900/opengl-cleanups
...
treewide: big opengl cleanups
2024-06-20 12:37:59 +03:00
Guanran928
ba7e7693dc
nixos/matrix-synapse: fix typo
2024-06-20 13:53:38 +08:00
Pyrox
d94a39f87d
mealie: 1.7.0 -> 1.9.0
...
Also fix a small issue with the module not casting the port number
to a string
2024-06-19 20:48:39 -04:00
Martin Weinelt
af4cfc1e0f
Merge remote-tracking branch 'origin/staging-next' into staging
2024-06-19 23:28:26 +02:00
Raito Bezarius
aaccbed9fb
nixos/netdata: add wireguard support
...
CAP_NET_ADMIN is required.
Change-Id: I8559e50ccf2d34a4bc7c8f4f2aeafb7771fe751b
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 22:30:05 +02:00
Raito Bezarius
6955aab487
nixos/netdata: add docker and podman support
...
Podman requires `jq`.
Change-Id: Iad2abe1ccf92738da82384f30503f3be6fb11ca7
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 22:30:05 +02:00
Wout Mertens
f058c122ee
nixos/netdata: remove old lib.mdDoc calls
2024-06-19 22:30:05 +02:00
Raito Bezarius
1cfb30fbdb
nixos/netdata: depends on suid-sgid-wrappers
...
Netdata is critically dependent on working wrappers, thus, we ensure that the service was successful.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 22:30:05 +02:00
Raito Bezarius
3386a3aab0
nixos/netdata: introduce recommendedPythonPackages
...
This option furthers the "zero configuration" reputation of netdata by collecting
some Python packages available in nixpkgs and offering them to the module.
It is disabled by default.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 22:30:05 +02:00
Raito Bezarius
0794ea59cd
nixos/netdata: add default programs for netdata (NVMe, WiFi, APCs)
...
Netdata is zero-config, so we should provide some *default* packages.
If the closure size is a problem for you, reach out to maintainers.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-06-19 22:30:05 +02:00