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
Peder Bergebakken Sundt
01a4aa202c
shadps4: 0.7.0 -> 0.9.0 ( #402418 )
2025-05-27 11:00:15 +02: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
Leona Maroni
bdc995d3e9
nixos/doc/rl-2505: ensure consistency between module option links ( #410452 )
2025-05-26 19:43:11 +02: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
Bruno BELANYI
784ebcb342
nixos/mealie: fix test ( #411087 )
2025-05-26 07:40:18 -04:00
Anton Mosich
f782cd6e3b
nixos/mealie: fix test
...
`simple` was never defined, I assume that this was supposed to be
`sqlite`.
2025-05-26 11:57:23 +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
sanana
11ed9936cc
nixos/make-disk-image: support partition layout "legacy+boot"
...
This patch adds a new partition layout type `"legacy+boot` which will
produce MBR images with a separate FAT32 boot partition. This is
necessary for adding a NixOS test for Limine on BIOS systems, as Limine
can't read ext4 partitions.
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
e475d05622
jenkins: remove coconnor as maintainer ( #411012 )
2025-05-26 13:21:51 +08:00
Aleksana
f974b3e433
nixos/zeronsd: fix acl permissions ( #391231 )
2025-05-26 12:53:46 +08:00
Corey O'Connor
57263c6cb4
jenkins: remove coconnor as maintainer
...
I no longer use jenkins at all.
2025-05-26 04:53:18 +00: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
Aleksana
5e237c4682
nixos.tests.pam-file-contents: fix build failure ( #408952 )
2025-05-26 11:05:52 +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
71d5f0f591
nixos/tests/prowlarr: add subtest for dataDir migration
2025-05-25 16:48:37 +02:00
Marie Ramlow
97557de1e2
nixos/prowlarr: use DynamicUser again, configure bind mount for custom dataDirs
2025-05-25 16:14:12 +02:00
Cosima Neidahl
4aad1fb92c
lomiri.lomiri-mediaplayer-app: 1.1.0 -> 1.1.1 ( #407291 )
2025-05-25 13:50:01 +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
Ryan Omasta
15a6e88a3a
shadps4: use eboot.bin instead
2025-05-24 17:04:27 -06:00
OPNA2608
813189a99f
nixosTests.lomiri-mediaplayer-app: Optimise OCR
2025-05-25 00:27:38 +02:00
Cosima Neidahl
2652ab6ef9
lomiri.lomiri-calculator-app: 4.0.2 -> 4.1.0 ( #407159 )
2025-05-24 22:46:11 +02:00
Martin Weinelt
c49cc6a396
nixos/lasuite-docs: init ( #401798 )
2025-05-24 18:43:49 +02:00
soyouzpanda
fd7cdab61f
nixos/tests/lasuite-docs: init
2025-05-24 18:27:41 +02: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
NotAShelf
aef123f9d7
nixos/doc/rl-2505: ensure consistency between module option links
...
Removes redundant `options.html` references and makes link bodies refer to the first available option in the options page.
2025-05-24 12:22:57 +03:00
PAEPCKE, Michael
c5d1ccd473
atuin: fix systemd after/wants targets
2025-05-24 09:04:52 +00:00