Wolfgang Walther
1dd9c32b18
docs: remove references before 22.11
...
Stuff that has been in for many years doesn't need to be mentioned
explicitly anymore.
2024-11-17 12:51:09 +01:00
Tom Fitzhenry
a2337e4f6c
nixos/spiped: use systemctl restart during activation
...
As is common with other networking services, stopIfChanged=true (the default) can cause O(seconds) downtime during activation.
Reduce this downtime by disabling stopIfChanged as done in:
* sshd https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/networking/ssh/sshd.nix#L569
* tailscale https://github.com/NixOS/nixpkgs/pull/170210
2024-11-17 20:39:25 +11:00
Tom Fitzhenry
235d103ff7
nixos/clatd: add enableNetworkManagerIntegration option
2024-11-17 20:38:55 +11:00
Martin Weinelt
f3a1d218b0
nixos/zigbee2mqtt: only add port to DeviceAllow if it is a device ( #356573 )
2024-11-16 22:52:47 +01:00
Andrew Marshall
577e162073
nixos/zigbee2mqtt: only add port to DeviceAllow if it is a path
...
zigbee2mqtt supports having non-device ports (e.g. `tcp://`); those
should not be set in DeviceAllow. No URI will start with `/`, so use
that as the filter that it is a “real” device that needs to be allowed.
2024-11-16 16:47:38 -05:00
Maximilian Bosch
97a911e8fb
Merge: nixos/postgresql: extension based hardening relaxation ( #355010 )
2024-11-16 22:29:36 +01:00
Martin Weinelt
d370af0785
nixos/postgresql: create infrastructure for relaxing systemd hardening
...
By matching on the package names of the plugins passed into the package
we can relax the systemd unit hardening as needed.
2024-11-16 17:29:34 +01:00
Masum Reza
f4ae47b33e
nixos/gdm: automatically enable services.displayManager ( #353848 )
2024-11-16 21:40:04 +05:30
Martin Weinelt
223a6c6ed0
nixos/postgresql: rename extraPlugins to extensions
...
This is the upstream lingo, and it makes everything slightly less
confusing.
2024-11-16 14:46:16 +01:00
Guillaume Girol
8bb2a40c90
sgx-psw+aesmd: 2.24 -> 2.25 ( #353041 )
2024-11-16 12:21:10 +01:00
jopejoe1
95b30da133
nixos/shairport-sync: add package option ( #355985 )
2024-11-16 03:12:02 +01:00
Felix Bühler
8a95f3f42b
nixos/mopidy: fix Python dependency collisions between extensions ( #354069 )
2024-11-16 00:59:30 +01:00
Weijia Wang
cedd087b81
globalprotect-openconnect: Reinstate v1 ( #355758 )
2024-11-15 18:25:57 +01:00
Colin
c00cdccd00
nixos/teleport: add required utils to path ( #332810 )
2024-11-15 13:16:39 +00:00
Jordan Williams
697fa78c9a
nixos/shairport-sync: add package option
2024-11-15 06:47:24 -06:00
Maximilian Bosch
5c01691cf2
Merge: postgresql_12: remove ( #353158 )
2024-11-15 12:07:14 +01:00
K900
1bc481ce87
nixos/plasma6: add qtimageformats to the requiredPackages ( #306227 )
2024-11-15 13:20:59 +03:00
Dmitry Chermnykh
8abd7b3220
nixos/plasma6: add qtimageformats to the requiredPackages
...
This is needed for qt6 apps to be able to work with certain image formats such as .webp and .avif
Closes https://github.com/NixOS/nixpkgs/issues/304523
2024-11-15 13:27:05 +05:00
Maximilian Bosch
0b3eef7441
postgresql_12: remove
...
This will be EOL at the end of November, so there's little reason to
keep it in 24.11[1]. As discussed, we'd like to keep it for as long as
possible to make sure there's a state in nixpkgs that has the latest
minor of postgresql_12 available with the most recent CVEs fixed for
people who cannot upgrade[2].
This aspect has been made explicit in the manual now for the next .11
release.
During the discussions it has been brought up that if people just do
`services.postgresql.enable = true;` and let the code decide the
postgresql version based on `system.stateVersion`, there's a chance that
such EOL dates will be missed. To make this harder, a warning will now
be raised when using the stateVersion-condition and the oldest still
available major is selected.
Additionally regrouped the postgresql things in the release notes to
make sure these are all shown consecutively. Otherwise it's a little
hard to keep track of all the changes made to postgresql in 24.11.
[1] https://endoflife.date/postgresql
[2] https://github.com/NixOS/nixpkgs/pull/353158#issuecomment-2453056692
2024-11-15 09:17:06 +01:00
Colin
9bd0271b22
nixos/minidlna: add package option ( #345770 )
2024-11-15 06:29:43 +00:00
Masum Reza
c04b381470
nixos/g810-led: init ( #355884 )
2024-11-15 10:03:47 +05:30
Austin Horstman
57533f358a
pingvin-share: 1.1.3 -> 1.2.4 ( #354105 )
2024-11-14 13:40:09 -06:00
Rahul Rameshbabu
b6bac07973
globalprotect-openconnect: Reformat expressions using RFC style
...
The original work did not use the new nixfmt style.
Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
2024-11-14 09:28:04 -08:00
Sefa Eyeoglu
1d95cb5fa7
nixos/duckdns: init module ( #294489 )
2024-11-14 17:29:11 +01:00
Gaetan Lepage
a5f34daeeb
nixos/g810-led: init
2024-11-14 13:49:40 +01:00
Pol Dellaiera
cf69fc271d
nixos/glances: init ( #303320 )
2024-11-14 05:47:04 +01:00
Rahul Rameshbabu
8f2fa04fd9
Revert "globalprotect-openconnect: remove deprecated 1.x package"
...
This reverts commit b08d6a664f
.
Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
2024-11-13 13:41:34 -08:00
Pol Dellaiera
e92d5eb308
nixos/protonmail-bridge: fix typo ( #355520 )
2024-11-13 07:56:04 +01:00
Claes Hallström
d174bf438b
nixos/glances: init module
2024-11-13 00:06:47 +01:00
ginkogruen
aa79218b2c
nixos/protonmail-bridge: fix typo
...
protonmail-bride's --> protonmail-bridge's
2024-11-12 21:55:34 +01:00
Sandro
1556ad266a
nixos/changedetection-io: fix creation of data dir ( #318666 )
2024-11-12 19:10:53 +01:00
Sandro
6bfde7268f
evremap: init at 0-unstable-2024-06-17, nixos/evremap: init module ( #352720 )
2024-11-12 18:41:51 +01:00
Sandro
c9428444e2
nixos/fail2ban: fix typo ( #355328 )
2024-11-12 16:12:18 +01:00
Paul Meyer
b4fda70c49
nixos/athens: update docs ( #354508 )
2024-11-12 08:28:14 +01:00
Noah Gitsham
bc5033805a
nixos/fail2ban: fix typo
...
bellow -> below
2024-11-12 01:52:37 +00:00
Yt
c0c77416ac
vector: fix service using pkgs.vector regardless package option ( #354316 )
2024-11-11 19:09:22 -05:00
Cosima Neidahl
e1b70fb061
nixos/lomiri: Better support stand-alone greeter usage ( #352425 )
2024-11-11 20:00:29 +01:00
Sandro
ba2f9f2fff
nixos/grafana: fix evaluation when no settings is defined ( #354361 )
2024-11-11 15:00:45 +01:00
Sandro
3d5dcee08a
nixos/udisks2: add package option ( #293495 )
2024-11-11 14:57:07 +01:00
Aleksana
dbed5a6265
nixos/mysql: fix permission error during first startup ( #331296 )
2024-11-11 18:49:32 +08:00
Paul Meyer
ed5d274df7
nixos/athens: update docs
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-11-11 11:42:08 +01:00
h7x4
97ca8ccb15
nixos/roundcube: add example for database.passwordFile
( #348166 )
2024-11-11 08:27:50 +01:00
Martin Weinelt
20ee593171
nixos/frigate: Set SyslogIdentifier for better log entries ( #355088 )
2024-11-11 00:23:54 +01:00
Andrew Marshall
dac96aac49
nixos/frigate: Set SyslogIdentifier for better log entries
...
Systemd defaults to the name of the exec-ed process, which in this case
is python. That's not so helpful when looking through syslog, so adjust
accordingly.
2024-11-10 17:49:20 -05:00
Sandro
8c164faef4
nixos/nextcloud-notify_push: fix defaultText rendering ( #352479 )
2024-11-10 23:42:18 +01:00
Thiago Kenji Okada
44bbe5ddad
nixos/{boinc,guix}: Use exec to start the payload binary of the service ( #297526 )
2024-11-10 17:35:24 +00:00
Austin Horstman
f5f87e7240
dashy-ui: init at 3.1.1-unstable-2024-07-14 ( #349149 )
2024-11-10 09:35:31 -06:00
Florian
07ca74e134
teamviewer: add services.teamviewer.package Option + misc improvemens ( #346365 )
2024-11-10 11:44:54 +01:00
TheRealGramdalf
7f76ced733
nixos/dashy: init module
2024-11-10 00:04:25 +00:00
Robert Schütz
06be8564e5
immich: 1.119.1 -> 1.120.1 ( #354083 )
2024-11-09 14:53:47 -08:00