Bernardo Meurer
d20ddd76a4
Merge pull request #301835 from alyssais/clocksource
...
nixos/test-instrumentation: fix deprecation warning
2024-04-05 16:17:52 -04:00
Martin Weinelt
8bf1b4ca91
nixos/doc/rl-1909: replace wiki reference with official wiki
2024-04-05 16:13:33 -04:00
Kerstin
89000ace32
Merge pull request #299460 from linyinfeng/hledger-web
...
nixos/hledger-web: fix access control option
2024-04-05 17:04:47 +02:00
Bobby Rong
29f96f114b
Merge pull request #301847 from bobby285271/upd/pantheon
...
pantheon.gala: Fix missing URI handler
2024-04-05 22:53:24 +08:00
Bobby Rong
bd3f680d37
pantheon.gala: Backport Wayland menu commit
...
gala-daemon actually needs a correct environment for `AppInfo.launch_default_for_uri`.
2024-04-05 21:23:11 +08:00
Alyssa Ross
16821ddb55
nixos/test-instrumentation: fix deprecation warning
...
Linux prints a deprecation warning when clock= is used on the command
line, and has done since 2006. The replacement is clocksource=.
The clocksource output on the console looks like same before and after
this change.
2024-04-05 15:06:47 +02:00
Jacek Galowicz
aaef13b238
Merge pull request #301799 from alyssais/QEMU_OPTS
...
nixos/test-driver: don't add QEMU_OPTS twice
2024-04-05 14:56:09 +02:00
Ryan Lahfa
99ca8d4ea5
Merge pull request #300757 from K900/installer-tests-unfucking
...
nixos/tests/installer: spring cleaning
2024-04-05 03:50:39 -07:00
Alyssa Ross
4491b9ec0d
nixos/test-driver: don't add QEMU_OPTS twice
...
As the TODO says, this is already included by the script.
If adding a device, including this again here would result in either
two devices being added, or, if they were explicitly named, an error
due to reuse of the name.
2024-04-05 12:30:36 +02:00
K900
15d95c7b74
nixos/qemu-vm: split up the "keep EFI variables from system image" logic
2024-04-05 09:00:12 +03:00
Weijia Wang
c821c015c5
Merge pull request #291346 from aorith/init-silverbullet
...
silverbullet: init at 0.7.6
2024-04-05 06:31:50 +02:00
Weijia Wang
bdbff7475d
Merge pull request #301599 from zimbatm/cloud-init-no-syslog-target
...
nixos/cloud-init: remove syslog.target from services
2024-04-05 03:22:11 +02:00
Atemu
86485bebac
Merge pull request #295452 from jopejoe1/appimage
...
nixos/appimage: init
2024-04-05 01:46:09 +02:00
Kevin Cox
9c636e8416
Merge pull request #296718 from Rutherther/mautrix-meta-init
...
mautrix-meta: init at 0.2.0
2024-04-04 18:07:19 -04:00
K900
6f139367a3
Merge pull request #301617 from K900/kernels-20240404
...
Kernel updates for 2024-04-04
2024-04-04 23:40:39 +03:00
Silvan Mosberger
a448a21521
Merge pull request #301556 from edef1c/lib-xor
...
lib: add xor
2024-04-04 22:03:53 +02:00
edef
725bb4e48c
lib: add xor
...
This gets clumsily reimplemented in various places, to no useful end.
2024-04-04 19:46:58 +00:00
K900
b71cc870b6
linux_6_7: drop
2024-04-04 22:45:46 +03:00
Pol Dellaiera
53e51b19d4
Merge pull request #298742 from FabianRig/technitium-dns-server-module
...
nixos/technitium-dns-server: init module
2024-04-04 21:43:08 +02:00
Emily
053ab7f57c
Merge pull request #300981 from emilylange/forgejo-ldflags
...
forgejo: add missing internal version ldflags, nixosTests.forgejo: test /api/forgejo/v1/version
2024-04-04 21:31:02 +02:00
zimbatm
dc396ffe85
nixos/cloud-init: remove syslog.target from services
...
It has been removed from systemd, see NixOS#149721.
2024-04-04 19:11:16 +02:00
Aleksana
52257144db
Merge pull request #300993 from Strum355/sudoers-options-enum
...
nixos/sudo: update command options enum for newer sudo version
2024-04-04 22:29:21 +08:00
Sandro
0bb462d49c
Merge pull request #301267 from bb2020/mbpfan
2024-04-04 16:01:21 +02:00
bb2020
678bc2cec5
nixos/mbpfan: remove syslog.target
2024-04-04 16:07:14 +03:00
bb2020
bf57e97ef0
nixos/mbpfan: minor changes
2024-04-04 16:06:49 +03:00
Janne Heß
8bd499b34a
Merge pull request #300716 from LeSuisse/openssh-dsa-keys
...
openssh: disable support for DSA keys by default
2024-04-04 14:28:28 +02:00
lassulus
f42b254015
Merge pull request #301497 from flokli/mycelium-0.5.0
...
mycelium: 0.4.5 -> 0.5.0
2024-04-04 13:45:35 +02:00
Atemu
b136700c7d
Merge pull request #299618 from TomaSajt/dub-support
...
Add buildDubPackage and dub-to-nix for building dub based packages
2024-04-04 11:52:57 +02:00
Florian Klink
1fb00f1396
mycelium: 0.4.5 -> 0.5.0
...
Changed
- Connection identifier is now included in the error log if we can't forward a
- seqno request.
- Garbage collection time for source entries has been increased from 5 to 30 minutes
- for now.
- The router implementation has been changed to use regular locks instead of an
- always readable concurrency primitive for all but the actual routing table. This
- should reduce the memory consumption a bit.
- Public key and shared secret for a destination are now saved on the router, instead
- of maintaining a separate mapping for them. This slightly reduces memory consumption
- of the router, and ensures stale data is properly cleaned up when all routes to
- a subnet are removed.
- Hello packets now set the interval in which the next Hello will be sent properly
- in centiseconds.
- IHU packets now set the interval properly in centiseconds.
- IHU packets now set an RX cost. For now this is the link cost, in the future
- this will be set properly.
- Route expiration time is now calculated from the interval received in updates.
- Ip address derivation from public keys now uses the blake3 hash algorithm.
Fixed
- Don't try to forward seqno requests to a peer if we know its connection is dead.
2024-04-04 12:44:23 +03:00
LDprg
f53b77fe44
dbus-broker: Add dbus for dbus tools to environment.systemPackages
2024-04-04 01:32:45 -07:00
LDprg
e827697fd3
dbus: Switch default implementation to broker
2024-04-04 01:32:45 -07:00
Pol Dellaiera
e7cc626902
nixos/modules: add technitium-dns-server
tests
2024-04-04 08:35:07 +02:00
Pol Dellaiera
537d34da58
Merge branch 'master' into technitium-dns-server-module
2024-04-04 08:25:51 +02:00
FabianRig
f126a02f2f
nixos/technitium-dns-server: init module
2024-04-04 07:41:52 +02:00
Norbert Melzer
4278bc6297
Merge pull request #271668 from eclairevoyant/default-config
...
nixos/installer-tools: mention PulseAudio+PipeWire instead of ALSA+PulseAudio in generated config
2024-04-04 00:40:25 +02:00
Maciej Krüger
e456fbcfb2
Merge pull request #300862 from adamcstephens/lxd/lts
...
lxd: pin to LTS releases and rename
2024-04-04 00:30:05 +02:00
superherointj
e0084573ce
Merge pull request #301274 from Ramblurr/update/davis
...
davis: 4.4.1 -> 4.4.2
2024-04-03 18:29:26 -03:00
Sandro
8042af035c
Merge pull request #223148 from Mynacol/rss-bridge-config
...
rss-bridge: add config option
2024-04-03 23:07:06 +02:00
Christian Kögler
29b575a0e8
Merge pull request #300728 from ck3d/nixos-test-machinectl-import-tar
...
nixos/test/machinectl: Add import-tar test
2024-04-03 22:58:06 +02:00
Sandro
8052832ca3
Merge pull request #295016 from SuperSandro2000/vaultwarden-cleanup
...
nixos/vaultwarden: drop with lib over entire file, drop lib.mdDoc
2024-04-03 21:57:53 +02:00
Sandro
fde2616a88
Merge pull request #299656 from yunfachi/fix/archisteamfarm
...
nixos/archisteamfarm: fix empty check for bots
2024-04-03 21:21:21 +02:00
lassulus
a41e12cc9d
Merge pull request #286356 from Stunkymonkey/terraria-umask-group
...
nixos/terraria: prefer 'serviceConfig' over 'chmod/chgrp'
2024-04-03 21:05:22 +02:00
Rick van Schijndel
2600c7f38c
Merge pull request #297392 from Mindavi/hydra/2024-03-08
...
hydra_unstable: 2023-12-24 -> 2024-03-08, use nix_2_20
2024-04-03 20:59:45 +02:00
Felix Buehler
8dab54e2b3
nixos/gogs: prefer 'umask' over 'chmod'
2024-04-03 19:40:12 +02:00
Noah S-C
5c4858ad7b
More specific link to tag spec
...
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-03 17:52:28 +01:00
Martin Weinelt
394a44ced3
Merge pull request #299408 from podocarp/jxd/add-config
...
gitea-actions-runner: add config to register task
2024-04-03 17:26:59 +02:00
Aleksana
cd6f498571
Merge pull request #301084 from LostAttractor/fix/v2raya
...
nixos/v2raya: fix nftables support
2024-04-03 22:09:33 +08:00
Thomas Gerbet
6ee4b8c8bf
openssh: disable support for DSA keys by default
...
DSA signature is being deprecated by upstream as noted in the 9.7
release notes: https://www.openssh.com/txt/release-9.7
An attribute is added to allow users to restore support while it is
still possible.
2024-04-03 16:03:29 +02:00
K900
7b602cff5c
nixos/tests/installer: avoid create_machine, clean up
...
- use normal VM nodes for target, with some extra trickery
- rename preBootCommands to postBootCommands to match its actual intent
- rename VMs to installer and target, so they're not all called machine
- set platforms on non-UEFI tests properly
- add missing packages for systemd-boot test
- fix initrd secrets leaking into the store and having wrong paths
2024-04-03 16:16:11 +03:00
Jia Xiaodong
a19bf3e045
Merge branch 'NixOS:master' into jxd/add-config
2024-04-03 20:29:53 +08:00