Lorenz Leutgeb
578baae41d
nixos/mailman: Remove unused extraPythonPackages
2024-12-22 16:22:32 +01:00
Maximilian Bosch
601a97f671
Merge: Correct password option docs and add related tests ( #310484 )
2024-12-22 15:45:08 +01:00
Maximilian Bosch
cb9b3fd788
nixos/modules: remove a few whitespaces from the pw override parts
...
Otherwise the evaluation warnings have a two or even three lines of
whitespace between paragraphs.
2024-12-22 15:32:56 +01:00
Marcin Serwin
8fa4a6c597
asusd: support multiple aura configs
...
Since version 6.0.0 asusd supports multiple aura devices. Since each of
them may have a different configuration, the `aura.ron` file, previously
used for configuration, is now ignored in favor of device specific
`aura_{prod_id}.ron` configuration. This change adds support for
specifying multiple aura configs via `auraConfigs` attribute and removes
the old `auraConfig` attribute.
2024-12-22 12:28:17 +01:00
Jean-Baptiste Giraudeau
7ebb6132f4
nixos/tts: fix handling of extraArgs
2024-12-22 10:27:04 +01:00
linsui
97728d9f5a
nixos/fcitx5: handle multi-line string and escape in quickPhrase
2024-12-22 17:14:15 +08:00
linsui
fedf16bc04
nixos/fcitx5: format
2024-12-22 17:09:02 +08:00
liberodark
10f6382917
nixosModules.MooseFS: Format
2024-12-22 09:33:01 +01:00
github-actions[bot]
e1b8fbad4c
Merge master into staging-next
2024-12-22 00:15:48 +00:00
euxane
1dabc1f584
maintainers: rename pacien -> euxane, update details
2024-12-21 21:20:22 +01:00
K900
48fcb81021
Merge remote-tracking branch 'origin/master' into staging-next
2024-12-21 21:08:36 +03:00
Arne Keller
8e8d65e1ca
nixos/bind: harden systemd service ( #349548 )
2024-12-21 17:07:03 +01:00
Arne Keller
de99d3d3e3
nixos/gitlab: Fix registry port ( #351496 )
2024-12-21 16:56:18 +01:00
Guillaume Girol
d832d03b19
nixos/borgbackup: fix extraArgs shell expansion ( #332319 )
2024-12-21 16:08:45 +01:00
Thiago Kenji Okada
d61966e381
nixos/clash-verge: enable serviceModule by default ( #363005 )
2024-12-21 14:52:55 +00:00
Arne Keller
0666911bf2
nixos/jackett: add Systemd sandboxing configuration ( #211096 )
2024-12-21 15:49:19 +01:00
Arne Keller
b59477329f
nixos/mullvad-vpn: remove unneeded hacks ( #341992 )
2024-12-21 15:48:44 +01:00
Guillaume Girol
7d0c25dca2
nixos/sane: ensure saned can access usb scanners
...
For a user to be able to scan with an USB scanner, it must have write access
to the corresponding file in /dev/bus/usb. Enabling the sane module
adds SANE's upstream hwdb file and udev rules to udev search path. The
hwdb file tags the scanner as `libsane_matched` and a builtin (from
systemd upstream) udev rule marks all `libsane_matched` devices as
uaccess. When a physical user logins, logind adds an acl allowing them
to write to the device.
Unfortunately, saned is a daemon. Therefore, uaccess has no effect for
it, and if no other udev rule changes the device to belong to the
scanner group or the lp group, (there are such rules, but they are not
complete enough, in that some scanners known by SANE rules are not known
by these rules), it will not be able to write to the scanner.
This solves this by adding a udev rule so that all libsane_matched
devices have an acl rules so that users in the scanner group can write.
A similar rule is present on Arch and Debian at least.
Note that we don't chgroup the file instead, because this posed problems
in the past: scanners are often also printers, and a device's group
cannot be simultaneously lp and scanner.
Fixes: https://github.com/NixOS/nixpkgs/issues/361981
2024-12-21 12:00:00 +00:00
github-actions[bot]
36d6a1bccd
Merge master into staging-next
2024-12-21 00:14:11 +00:00
Adam C. Stephens
cbe221c56a
nixos/incus: seabios is x86_64 only
2024-12-20 19:18:09 +00:00
K900
522470aea5
Merge remote-tracking branch 'origin/master' into staging-next
2024-12-20 21:34:10 +03:00
K900
aac7b0adea
Merge remote-tracking branch 'origin/master' into staging-next
2024-12-20 21:16:36 +03:00
Arne Keller
e4e994e3fc
nixos/luksroot: Exit if EOF detected in cryptsetup-askpass
( #298592 )
2024-12-20 19:15:58 +01:00
Arne Keller
4ff852554d
nixos/akkoma: include ImageMagick by default ( #353164 )
2024-12-20 19:13:50 +01:00
Arne Keller
dab5c03aa4
firefly-iii: 6.1.24 -> 6.1.25, nixos/firefly-iii: Improved cache clearing ( #366564 )
2024-12-20 19:12:47 +01:00
Arne Keller
94200398f9
nixos/actual: init at 24.10.1 ( #347825 )
2024-12-20 18:55:13 +01:00
Arne Keller
20c2374362
nixos/frigate: add rtmp nginx module ( #341918 )
2024-12-20 18:36:22 +01:00
Arne Keller
61026a1ad0
nixos/dbus: add package options ( #347923 )
2024-12-20 18:14:17 +01:00
Arne Keller
75269f6e77
nixos/akkoma: Provide cache directory via environment ( #352706 )
2024-12-20 18:12:13 +01:00
Jan Tojnar
b1ce176cd1
Merge nixos/networkmanager: add options to supply secrets to connection profiles based on secret files ( #352960 )
2024-12-20 15:35:15 +01:00
oddlama
93af2d0523
nixos/actual: init module and tests
...
Co-authored-by: PatrickDaG <58092422+PatrickDaG@users.noreply.github.com>
2024-12-20 15:06:04 +01:00
Thiago Kenji Okada
3ae5967661
nixos/nix-remote-build: correct comment ( #366772 )
2024-12-20 14:02:03 +00:00
github-actions[bot]
668abaeafa
Merge master into staging-next
2024-12-20 12:05:46 +00:00
misuzu
a01b0bf2fe
nixos/networkmanager: split modemmanager into a separate module ( #316824 )
2024-12-20 13:06:35 +02:00
Robin Gloster
70145b71c3
Update TT-RSS, add simple test and updater flag customization ( #356592 )
2024-12-20 10:58:55 +00:00
Adam Dinwoodie
3275a6b361
nixos/nix-remote-build: correct comment
...
This module potentially generates `/etc/nix/machines`. Correct an
existing comment to refer to that path rather than `/etc/machines`.
2024-12-20 10:55:08 +00:00
Arne Keller
23f98b65be
autoenv: init at 0-unstable-2024-10-16 ( #349058 )
2024-12-20 11:35:32 +01:00
misuzu
74f646b5b3
nixos/bonsaid: init ( #347818 )
2024-12-20 12:17:46 +02:00
Colin
26553428ce
nixos/bonsaid: init
...
Co-authored-by: misuzu <neironyan@gmail.com>
2024-12-20 10:07:31 +00:00
Arne Keller
4cd5165675
inputplumber: init at 0.39.2 ( #344346 )
2024-12-20 11:06:01 +01:00
Colin
efc3208be2
nixos/networkmanager: add a package
option
...
this is helpful for testing module changes or making downstream patches
in a way which doesn't force large rebuilds as an overlay would.
2024-12-20 10:03:47 +00:00
Colin
9d4d21b587
nixos/modemmanager: add a package
option
...
this is helpful for testing module changes or making downstream patches
in a way which doesn't force large rebuilds as an overlay would.
2024-12-20 10:03:42 +00:00
illustris
814015be43
nixos/hadoop: fix HBase
2024-12-20 12:30:03 +05:30
github-actions[bot]
1e18a09717
Merge master into staging-next
2024-12-20 06:04:58 +00:00
Yt
97fb63f23f
nixos/tabby: module updates ( #364586 )
2024-12-19 22:02:53 -05:00
Adam C. Stephens
d441bda392
incus: refactor tests and fix VM CSM support ( #365778 )
2024-12-19 19:55:14 -05:00
Martin Weinelt
b777b6b53e
Merge remote-tracking branch 'origin/master' into staging-next
2024-12-20 00:27:50 +01:00
Colin
5a04fc7e7d
nixos/networkmanager: format with nixfmt
2024-12-19 22:44:47 +00:00
Colin
0deadd5baf
nixos/networkmanager: split ModemManager bits into own module
...
this should not result in any observable change by default, the
motivation is to make working on either one of these components in
isolation of the other a bit easier.
2024-12-19 22:44:47 +00:00
Thiago Kenji Okada
8369379c1b
sunshine: resolve tray icon issues ( #364438 )
2024-12-19 20:50:33 +00:00