Commit graph

38164 commits

Author SHA1 Message Date
Florian Klink
6be6061a7c
nixos/systemd/networkd: allow passing flow control fields to link (#402587) 2025-05-28 09:39:16 +03:00
Pol Dellaiera
65c5695a6c
nixos/postfix: add slow domain (#381789) 2025-05-27 20:58:42 +00:00
Pol Dellaiera
79cec564b6
nixos/open-webui: allow service to access gpu (#410579) 2025-05-27 20:30:22 +00:00
Jan Tojnar
a7485af7d5 nixos/telepathy: Remove GNOME remnants
GNOME Shell 46 dropped the telepathy support so we no longer need to add the typelib to session path.
c5ec3e45e4

Looking at Debian code search, no packages other than Polari should need the typelib from path anyway, and Polari already gets it from a wrapper:
https://codesearch.debian.net/search?q=TelepathyGLib+-package%3Atelepathy-glib+-package%3Asugar+-path%3Avala&literal=0

Also unmaintain as it is no longer used by GNOME.

The daemon components are needed by lomiri and polari:
https://codesearch.debian.net/search?q=org.freedesktop.Telepathy.MissionControl5%7Corg.freedesktop.Telepathy.AccountManager%7C%5Cbmc-tool%5Cb%7Cmc-wait-for-name&literal=0
2025-05-27 18:15:07 +02:00
Masum Reza
c9f192da92
nixos/amdgpu: add overdrive and ppfeaturemask option (#411155)
- `programs.corectrl.gpuOverclock.enable` -> `hardware.amdgpu.overdrive.enable`
- `programs.corectrl.gpuOverclock.ppfeaturemask` -> `hardware.amdgpu.overdrive.ppfeaturemask`
- `programs.tuxclocker.enableAMD` -> `hardware.amdgpu.overdrive.enable`
2025-05-27 19:45:13 +05:30
liberodark
b9ecd30d81 nixos/postfix: add slow domain 2025-05-27 14:44:43 +02:00
Matthias Beyer
c84ce50209
adguardhome: Build from source (#411034) 2025-05-27 11:50:16 +02:00
Someone
57390c8b91
virtualisation/docker: fix nvidia container wrapper (#407290) 2025-05-27 09:34:51 +00:00
Marc Fontaine
b134f3148f
nixos/postgrest: fix typo in name of configuration options (#411197)
The config-file key is 'server-unix-socket-mode', not 'service-unix-socket-mode'.
2025-05-26 19:21:10 +00:00
isabel
bd604e3560
nixos/users-groups: allow changing default home directory (#357962) 2025-05-26 18:10:07 +01:00
Aleksana
adc94ac2b4
nixos/nh: allow flake uris (#402572) 2025-05-26 22:48:40 +08:00
Matthias Beyer
3cacfcb56b
feedbackd: 0.8.1 -> 0.8.2 (#410803) 2025-05-26 14:38:39 +02:00
Aleksana
938e3fa749
nixos/networkmanager: add an enableDefaultPlugins option (#366842) 2025-05-26 20:34:24 +08:00
Jörg Thalheim
131462b962
emergencyMode, emergencyAccess: cross reference options in docs. (#410418) 2025-05-26 14:12:41 +02:00
Martin Weinelt
8244db9056
nixos/prowlarr: use DynamicUser again, configure bind mount (#410531) 2025-05-26 13:53:00 +02:00
Aleksana
05ea790f13
nixos/anubis: Apply some more hardening settings (#410041) 2025-05-26 17:42:25 +08:00
John Titor
ad331efcaf nixos/qemu-vm: useBootPartition -> useBIOSBoot
useBootPartition was ambiguous, this makes the option more like useEFIBoot

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-26 14:06:42 +05:30
sanana
c156a809e3 nixosTests.limine.bios: init
This patch adds a NixOS test for Limine on BIOS systems. It also fixes
some formatting in `nixos/lib/make-disk-image.nix`.

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-26 14:06:42 +05:30
sanana
95355b4d94 nixos/qemu-vm: add option for a separate boot partition on BIOS
This patch adds the option `virtualisation.useBootPartition` which
creates a separate boot partition on BIOS systems using the new
`legacy+boot` partition layout type in `nixos/lib/make-disk-image.nix`.
2025-05-26 14:06:42 +05:30
programmerlexi
2c673b6e67
nixos/limine: fix boot entry not being created properly (#410935) 2025-05-26 13:19:36 +05:30
Golbinex
6e99825c18 nixos/adguardhome: Update binary path
The compiled binary filename has upper cases
2025-05-26 07:24:42 +00:00
Aleksana
8819179206
starship: add xonsh shell configuration (#359614) 2025-05-26 15:15:59 +08:00
Luj
b16c62d24e
nixos/clevis: fix clevis in scripted initrd (#410661) 2025-05-26 09:04:17 +02:00
Aleksana
f974b3e433
nixos/zeronsd: fix acl permissions (#391231) 2025-05-26 12:53:46 +08:00
Aleksana
dcf345f2e9
nixos/syncthing: fix cert/key permission error (#408664) 2025-05-26 12:49:53 +08:00
Aleksana
bcd00a5dbb
nixos/bees: fix option example (#408287) 2025-05-26 11:09:44 +08:00
PAEPCKE, Michael
5aa1b5c829
nixos/readeck: improve systemd start target 2025-05-25 19:19:45 +00:00
Katalin Rebhan
6f7d7cf76f
nixos/users-groups: allow changing default home directory 2025-05-25 19:25:06 +02:00
Thomas J
4531deeed8
nixos/borgmatic: do not create source directories for empty databases (#410752) 2025-05-25 18:58:12 +02:00
Luflosi
0302a2ace6
feedbackd-device-themes: init at 0.8.3
Separate it from `feedbackd` for the following reasons:
- Previously the update script did not see this "package" and did not update it
- Now we can run the test suite of `feedbackd-device-themes`
- This allows a user to only change a device theme, while not recompiling `feedbackd`
- Updating only `feedbackd-device-themes` would result in an awkward commit message where we would claim to update a seemingly non-existing package
- Previous commits that updated both `feedbackd` and `feedbackd-device-themes` at the same time did not mention the update to `feedbackd-device-themes` in the title of the commit message
- They are separate projects after all, with the only direct dependency between the two packages existing in the test suite of `feedbackd-device-themes`
- [Most other distributions also package this package](https://repology.org/project/feedbackd-device-themes/versions) separately from feedbackd
2025-05-25 17:40:50 +02:00
Marie Ramlow
97557de1e2 nixos/prowlarr: use DynamicUser again, configure bind mount for custom dataDirs 2025-05-25 16:14:12 +02:00
bas
975c19cb47 nixos/scrutiny: change collector schedule to daily 2025-05-25 09:58:22 +02:00
Arne Keller
4206eb06c8
nixos/boot: add boot.tmp.useZram option (#320917) 2025-05-25 09:03:11 +02:00
Julien Malka
9655143028
nixos/clevis: fix clevis in scripted initrd
Fixes #389750
2025-05-25 01:34:06 +02:00
Martin Weinelt
c49cc6a396
nixos/lasuite-docs: init (#401798) 2025-05-24 18:43:49 +02:00
codgician
528e669ff3
nixos/open-webui: allow service to access gpu 2025-05-25 00:30:44 +08:00
soyouzpanda
f3120f0710
nixos/lasuite-docs: init 2025-05-24 18:27:39 +02:00
LuoChen
af93b70ddc nixos/boot: add boot.tmp.useZram options 2025-05-24 23:01:41 +08:00
Tristan Ross
a6c170910f
nixos/security: add landlock, yama, and bpf defaults (#407748) 2025-05-24 06:37:19 -07:00
Yt
869dd53333
atuin: fix systemd after/wants targets (#410449) 2025-05-24 09:25:36 -04:00
Yt
95b919fd5d
nltk-data: make searchable, add all downloadables (#409952) 2025-05-24 09:24:00 -04:00
PAEPCKE, Michael
c5d1ccd473
atuin: fix systemd after/wants targets 2025-05-24 09:04:52 +00:00
Florian Klink
6ecc26e123
nixos/gerrit: Pin Java version to 21 (#410340) 2025-05-24 11:06:17 +03:00
DavHau
d5d323a907 emergencyMode, emergencyAccess: cross reference options in docs.
I was confused why I could not get an emergency access console despite setting systemd.emergencyMode=true.

Turns out there is another similar option `boot.initrd.systemd.emergencyAccess` that I should have used.

This is confusing and this change should make it more clear vie the docs of both these options.
2025-05-24 14:01:22 +07:00
Aleksana
0191ef9253
nixos/clash-verge: harden systemd service; nixos/clash-verge: readd tunMode (#402545) 2025-05-24 14:54:33 +08:00
Felix Singer
559c4d0133 nixos/gerrit: Pin Java version to 21
Gerrit 3.12 only supports Java 21. So in order to not get any unexpected
issues, set the default of jvmPackage to jdk21_headless.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-05-24 01:13:16 +02:00
Philip Taron
063f43f2db
zoom-us: allow to select xdg-desktop-portal packages (#403064) 2025-05-23 11:48:26 -07:00
Ryan Horiguchi
454aecb8c6 nixos/bind: add port option 2025-05-23 19:01:22 +02:00
Yarny0
1a5059ded6 nixos/programs: add zoom-us module
The zoom-us package can be build with pulseaudio and with
support for one or more xdg-desktop-portal implementations.
This new module sets the proper build options
from the system configuration,
and adds the resulting package to `systemPackages`.
If an individual `zoom-us` package is assigned to the
`package` option with `package = zoom-us.override { ... };`,
arguments given to `.override` will take precedence
over the options determined by the module.
This permits to explicitly enable or disable some zoom-us
features while keeping the module's choices for other features.

Co-authored-by: Philip Taron <philip.taron@gmail.com>
2025-05-23 17:35:29 +02:00
Philip Taron
d2860c9744
limine, nixos/limine, nixosTests.limine: inherit pkgs.limine maintainers, add johnrtitor (#410094) 2025-05-23 08:26:15 -07:00