Aaron Andersen
4da0f532ba
Merge pull request #305966 from RafaelKr/doc/fix-common-config-example
...
doc: remove discouraged enablePHP config from abstractions example
2024-05-04 00:05:37 +00:00
github-actions[bot]
0b5a256e94
Merge staging-next into staging
2024-05-03 12:01:59 +00:00
github-actions[bot]
ae736c738d
Merge master into staging-next
2024-05-03 12:01:32 +00:00
Aleksana
8815449d5b
Merge pull request #306417 from nu-nu-ko/update-wpaperd
...
wpaperd: 0.3.0 -> 1.0.1 & mv to by-name
2024-05-03 16:31:59 +08:00
nuko
e207abf796
Release Notes: breaking wpaperd config change in 1.0.+
2024-05-03 12:36:35 +12:00
github-actions[bot]
0471a8be05
Merge staging-next into staging
2024-05-03 00:03:09 +00:00
github-actions[bot]
3588aea450
Merge master into staging-next
2024-05-03 00:02:39 +00:00
Jared Baur
34d7f5edd7
doc: fixup release notes entry for clatd
2024-05-02 14:41:44 -07:00
Jan Tojnar
499f723873
doc: Use substitute --replace-fail in manuals
...
This fixes a warning about --replace being deprecated.
2024-05-02 23:19:15 +02:00
Christian Kampka
8814c364a3
nixos/top-level: Rename system.forbiddenDependenciesRegex
to system.forbiddenDependenciesRegexes
...
and turn it in to a list.
The current setting of system.forbiddenDependenciesRegex is a string, meaning only one such regex as any additional setting would result in conflicts.
As maintainers have already started using this setting eg. in profiles, it would be good if this setting would accept a list of regex to allow the end
user to make use of it in addition to package maintainers.
2024-05-02 21:08:39 +03:00
github-actions[bot]
df0375a9b2
Merge staging-next into staging
2024-05-02 18:01:39 +00:00
github-actions[bot]
31135daf48
Merge master into staging-next
2024-05-02 18:01:05 +00:00
nicoo
480b871f2d
Merge #305844 : add clatd module and nixos test
2024-05-02 14:00:06 +00:00
github-actions[bot]
4e3bc63c95
Merge staging-next into staging
2024-05-02 12:02:05 +00:00
github-actions[bot]
c4dfa193ac
Merge master into staging-next
2024-05-02 12:01:36 +00:00
Paul Meyer
5a07560443
mkosi: 21 -> 22
2024-05-02 11:57:20 +02:00
Sandro
2e9d7dca27
Merge pull request #302570 from evenbrenden/jottad-service
2024-05-02 10:25:30 +02:00
Sandro
bafcff9b15
Merge pull request #273233 from SuperSandro2000/oauth2-proxy
...
nixos/oauth2-proxy{,-nginx}: renamed from oauth2_proxy, also renamed the servi…
2024-05-02 09:48:01 +02:00
Matthieu Coudron
1efd78948f
Merge pull request #305799 from teto/teto/update-lua-packages
...
update lua package set + several small fixes
2024-05-02 01:19:01 +02:00
github-actions[bot]
67f8ba4a30
Merge master into staging-next
2024-05-01 18:01:22 +00:00
Jacek Generowicz
90a3fb8ffe
doc/release-notes: next batch of release note cleanups ( #308279 )
2024-05-01 17:38:57 +02:00
github-actions[bot]
992b6af1a4
Merge master into staging-next
2024-05-01 12:01:23 +00:00
Maximilian Bosch
7001f74335
Merge pull request #306595 from RaitoBezarius/nc29
...
nextcloud29: init at 29.0.0, nextcloud27: 27.1.8 -> 27.1.9, nextcloud28: 28.0.4 -> 28.0.5
2024-05-01 10:16:20 +00:00
Maximilian Bosch
fac5f2721d
Merge pull request #305951 from Ma27/nix-unstable-testing
...
nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42c
2024-05-01 09:30:05 +00:00
Maximilian Bosch
28f4adfb79
nixos/nextcloud: document known warnings
2024-05-01 11:03:23 +02:00
Maximilian Bosch
4e964de927
nextcloud26: remove
2024-05-01 10:22:25 +02:00
K900
a9c7210d0b
Merge branch 'master' into staging-next
2024-05-01 09:37:47 +03:00
Matthieu C.
9e22d74930
luarocks-packages.csv: changed repo by rockspec uri
...
This is a breaking change that converts the 'src' csv column (a git URI) to a 'rockspec'
fullpath uri.
before this, luarocks-nix would clone the repo and look for rockspecs
with a brittle algorithm. This removes the ambiguity on which rockspec
to package while allowing to remove a bunch of brittle code from
luarocks-nix.
2024-05-01 00:11:49 +02:00
Weijia Wang
23cbc3c2b3
Merge branch 'master' into staging-next
2024-04-30 13:24:52 +02:00
Lin Jian
a13a0801b7
nixos/release-notes: mention breaking changes for kanata 1.6.0
2024-04-30 16:32:47 +08:00
Georg Haas
0c42398c9d
nixos/clatd: init
2024-04-29 23:29:29 +02:00
Florian Klink
141cd32902
Merge pull request #307731 from flokli/revert-dbus-broker-default
...
Revert "dbus: Switch default implementation to broker"
2024-04-29 17:31:38 +03:00
github-actions[bot]
6fecc628f9
Merge master into staging-next
2024-04-29 12:01:15 +00:00
Florian Klink
b0d99c50c0
Revert "dbus: Switch default implementation to broker"
...
This reverts commit e827697fd3
.
This seems to cause various issues during system activation, as reported
in https://github.com/NixOS/nixpkgs/issues/302771 for example.
Due to being close to branchoff, revert this for now.
We'll open a tracking issue to collect and sort out remaining issues.
2024-04-29 14:58:37 +03:00
Even Brenden
021a0ffe57
nixos/jotta-cli: init jotta-cli
...
See https://github.com/NixOS/nixpkgs/issues/300063 .
2024-04-29 09:14:47 +02:00
Maximilian Bosch
2b4e18f3d4
nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42c
...
The idea behind that is to enable users and developers of
downstream tools such as home-manager to test Nix master for several
reasons:
* Nix is currently trying to have a `master` branch that's always
releasable[1]. We're still on Nix 2.18 in nixpkgs due to too many
notable regressions. Enabling people to test latest master may help on
that end.
* This uses the most bleeding-edge Nix, but our packaging, so we can
identify issues with our packaging early.
* From what I've seen, most people are using the packages from nixpkgs
anyways instead of the upstream flake, this is far more convenient
anyways.
My plan is to update this once a week. Right now we rely on the
`installCheckPhase` here, but as soon as we have proper regression
testing[2], we may want to add `nixUnstable` there as well (however with
failures being allowed probably).
[1] https://discourse.nixos.org/t/nix-release-schedule-and-roadmap/14204
[2] https://github.com/NixOS/nixpkgs/pull/304332
2024-04-28 21:59:04 +02:00
Sandro Jäckel
5b88059fe5
nixos/release-notes: add redis vmOverCommit entry
2024-04-28 21:18:02 +02:00
Sandro Jäckel
34f87f3981
nixos/oauth2-proxy{,-nginx}: renamed from oauth2_proxy, also renamed the service, user, group
2024-04-28 20:50:23 +02:00
Jan Tojnar
1b2ebb8fbb
Merge branch 'master' into staging-next
2024-04-28 17:33:27 +02:00
Leona Maroni
6c69cfb804
nixos/vmagent: use dynamic user and cache directory
2024-04-28 13:55:47 +02:00
Thomas Gerbet
deed6fb8f3
Merge pull request #277626 from nbraud/nixos/pam/ssh-agent-auth-31611-fix
...
nixos/pam: Use secure default for `sshAgentAuth.authorizedKeysFiles`
2024-04-28 09:24:38 +02:00
Weijia Wang
bab247f2bb
Merge branch 'master' into staging-next
2024-04-28 05:11:43 +02:00
IBeTheBlueCat
6977b4dcff
nixos/doc: fix typo in abstractions.section.md ( #305836 )
...
I found this while perusing the manual thinking about whether or not to install NixOS on my new laptop. It threw me for a loop for a second but as best I can tell this meant to be ".org" like the rest of the example, and not ".com"
2024-04-28 04:47:24 +02:00
Weijia Wang
7f45fee52a
Merge branch 'master' into staging-next
2024-04-28 04:02:14 +02:00
Sandro
85808e4b33
Merge pull request #304902 from SuperSandro2000/libinput-xserver
...
nixos/libinput: move out of xserver
2024-04-27 23:23:06 +02:00
Guillaume Girol
3ed7049cdd
Merge pull request #305853 from virchau13s-forks/isolate-module
...
isolate: add module and module tests
2024-04-27 22:48:20 +02:00
Weijia Wang
37876dbdad
Merge branch 'master' into staging-next
2024-04-27 05:44:19 +02:00
Jacek Generowicz
86aa70f787
doc/release-notes: towards uniform style ( #306235 )
...
* Minor tweaks to note text
* Elide "The" before attribute names at start of notes
* Turn version numbers into code blocks
* Turn branding into attribute names
* Add TODOs
* Turn code-block version numbers into plain text
... following discussion on Matrix.
---------
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-04-27 05:42:38 +02:00
Raroh73
3a0fa1e7aa
nixos/commafeed: init module
2024-04-26 17:19:33 +02:00
Maximilian Bosch
23f73fb2e6
nixos/nextcloud: php83 for nc29, update release notes
...
* PHP 8.3 seems supported, so let's go for it!
* The conditions for which Nextcloud will be the default were bogus: for
<24.11 I'd suggest to go for nextcloud29 already. The people on
unstable relying on the condition were on nextcloud28 so the upgrade
will work fine.
Also, it's unstable, so such upgrades are to be expected IMHO.
* Update the release notes to reflect that the new default is Nextcloud
29 and warn that only one major upgrade at a time can be done.
2024-04-25 15:27:30 +02:00
github-actions[bot]
05273cc291
Merge master into staging-next
2024-04-25 00:02:07 +00:00
Atemu
2432c6b829
Merge pull request #271071 from pbsds/wrapAppImage-pname-redux
...
appimageTools.wrapAppImage: remove version from `pname`
2024-04-24 21:48:19 +02:00
github-actions[bot]
1b295167ff
Merge master into staging-next
2024-04-24 18:01:00 +00:00
Peder Bergebakken Sundt
340d601e84
appimage: avoid setting name
2024-04-24 15:26:52 +02:00
Peder Bergebakken Sundt
90622c10bd
appimageTools.wrapAppImage: passthru pname and version
2024-04-24 15:26:52 +02:00
Sandro
212e6522de
Merge pull request #305563 from birkb/drbd-kernel-module
2024-04-24 14:25:12 +02:00
github-actions[bot]
0977f8605c
Merge master into staging-next
2024-04-24 12:01:23 +00:00
Marie Ramlow
86913e049d
gauge: add wrapper
...
Adds a wrapper to the gauge package, which allows installing plugins declaratively with nix.
2024-04-24 09:22:38 +02:00
Vladimír Čunát
1b357187a9
Merge branch 'master' into staging-next
2024-04-24 08:22:34 +02:00
Someone
7035968845
Merge pull request #290979 from ereslibre/cdi-add-nvidia-docker-1-directories
...
CDI: Add `mount-nvidia-binaries` and `mount-nvidia-docker-1-directories` options
2024-04-23 19:55:41 +00:00
Rafael Fernández López
471ff2c33c
nixos/nvidia-container-toolkit: rename from virtualisation.containers.cdi.dynamic.nvidia.enable
...
Add the NixOS option `hardware.nvidia-container-toolkit-cdi-generator.enable`.
This enables the ability to expose GPU's in containers for container
runtimes that support the Container Device Interface (CDI)
Remove `cdi.static` and `cdi.dynamic.nvidia.enable` attributes.
2024-04-23 12:26:00 +02:00
github-actions[bot]
3e8920f50b
Merge master into staging-next
2024-04-23 00:02:30 +00:00
Paul Meyer
ceead2d7e4
azure-cli: document extensions in description, fix release notes
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-22 16:03:54 -07:00
Vladimír Čunát
6162a4e3f9
Merge #291339 : GNOME: 45 → 46
...
...into staging-next
2024-04-22 21:56:49 +02:00
Maxine Aubrey
86cc033bf9
nixos/rl-2405: mention gnome 46
2024-04-22 21:11:35 +02:00
Jacek Generowicz
e683bf0c60
First update to release notes ( #305965 )
...
* Change spelling: freeform -> free-form
* Rejoin nginx message split by bacula
* Fix typos and trivial rewording
* Move package/service names to start of notes
* Switch package/service names to code font
* Reword some release notes
* Update nixos/doc/manual/release-notes/rl-2405.section.md
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
---------
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2024-04-22 11:50:31 -07:00
Rafael Kraut
ebfbaaf281
doc: remove discouraged enablePHP config from abstractions example
...
In the initial configuration the enablePHP config option is present. In the following abstracted example the commonConfig doesn't include it anymore.
Previous PRs #88505 and #284906 added the enablePHP config option to the commonConfig. @aanderse commented in https://github.com/NixOS/nixpkgs/pull/88505#issuecomment-632575200 the usage of enablePHP shouldn't be encouraged, `services.phpfpm` should be preferred whenever possible. So we remove the enablePHP config from theses examples.
2024-04-22 12:40:43 +02:00
Vir Chaudhury
4ca92fb6ec
nixos/isolate: init module
2024-04-22 10:19:09 +08:00
github-actions[bot]
9c035c4419
Merge staging-next into staging
2024-04-22 00:03:22 +00:00
Ryan Hendrickson
61153af068
Merge pull request #298983 from illustris/mysql
...
nixos/systemd-lib: fix restart/reloadTriggers when passing paths
2024-04-21 17:45:16 -04:00
birkb
e475ed648e
drbd driver: 9.2.7 -> 9.2.8
...
- xz compression added for module files
- no support for kernel 6.8 or newer
- sri format used for hash
- release notes for 24.05 updated
Signed-off-by: birkb <birk@batchworks.de>
2024-04-21 21:50:16 +02:00
Sandro
04a3a2a8fe
Merge pull request #260962 from lunik1/inadyn-module
...
nixos/inadyn: init
2024-04-21 21:38:22 +02:00
illustris
7862480ab0
Update nixos/doc/manual/release-notes/rl-2405.section.md
...
Co-authored-by: Ryan Hendrickson <ryan.hendrickson@alum.mit.edu>
2024-04-21 10:27:33 +05:30
illustris
4a9c962aca
nixos/systemd-lib: fix restart/reloadTriggers when passing paths
...
When passing a path to restartTriggers or reloadTriggers, X-Restart/Reload-Triggers
will get populated by the absolute path of the file on the machine where the
config is evaluated. This patch corrects this behavior.
2024-04-21 09:40:17 +05:30
github-actions[bot]
2f68e54184
Merge staging-next into staging
2024-04-21 00:02:52 +00:00
Sandro
5bfe2b6964
Merge pull request #294641 from devusb/sunshine-module
...
nixos/sunshine: init
2024-04-20 21:32:50 +02:00
Sandro
decb1678b6
Merge pull request #197193 from onny/manticore-service
...
nixos/manticore: init module
2024-04-20 20:31:03 +02:00
github-actions[bot]
3aa8ef1d54
Merge staging-next into staging
2024-04-20 12:01:42 +00:00
Pol Dellaiera
e540698524
Merge pull request #302136 from savyajha/firefly-iii
...
firefly-iii: init at 6.1.13, nixos/firefly-iii: init
2024-04-20 13:56:08 +02:00
Ryan Lahfa
21bd30ea2f
Merge pull request #247118 from Tom-Hubrecht/netbird-server
...
nixos/netbird-server: init module
2024-04-20 11:21:10 +02:00
github-actions[bot]
dd424ee92c
Merge staging-next into staging
2024-04-19 18:01:26 +00:00
Maximilian Bosch
b6ef9ffdfd
nixos/udev: compress firmware with zstd if possible
...
Closes #267442
$ nix path-info -Sh /nix/store/qj1dm7wfw5m3mxf1gn3fdm0az9y1h5ny-linux-firmware-20240312-xz
/nix/store/qj1dm7wfw5m3mxf1gn3fdm0az9y1h5ny-linux-firmware-20240312-xz 440.3M
$ nix path-info -Sh /nix/store/c3szcjxb3g990dbiz7llwmkaf0bi98j2-linux-firmware-20240312-zstd
/nix/store/c3szcjxb3g990dbiz7llwmkaf0bi98j2-linux-firmware-20240312-zstd 460.6M
This is an increase of 4.4%, but OTOH zstd has a significantly higher
decompression speed[1].
[1] https://gregoryszorc.com/blog/2017/03/07/better-compression-with-zstandard/
2024-04-19 16:46:25 +02:00
Valentin Gagarin
9b76c3bff5
doc: move note on configuring Nixpkgs in NixOS to the NixOS manual ( #304307 )
...
that NixOS manual section talks a lot about Nixpkgs package
configuration, which really should not be there but rather in the
Nixpkgs manual itself. but this is a rabbit hole for another time.
Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
2024-04-19 16:06:32 +02:00
github-actions[bot]
183a214e9e
Merge staging-next into staging
2024-04-19 12:01:41 +00:00
Mario Rodas
4237fee22d
Revert "icu: refactor to avoid runtime dependency on bash"
2024-04-19 06:35:58 -05:00
7c6f434c
763178063e
Merge pull request #304784 from zlepper/remove-bash-runtime-dep-from-libicu
...
icu: refactor to avoid runtime dependency on bash
2024-04-19 07:59:14 +00:00
Peder Bergebakken Sundt
271381db77
Merge pull request #302369 from nevivurn/feat/kavita-0.7.14
...
kavita: 0.7.13 -> 0.8.0
2024-04-19 01:42:47 +02:00
Tom Hubrecht
6d91c95fce
nixos/netbird-server: init module
2024-04-18 15:33:18 +02:00
Lily Foster
59742f6f72
Merge pull request #292472 from Janik-Haag/networkmanager-tests
...
nixosTests.networking: refactor and add NetworkManager support
2024-04-18 06:38:37 -04:00
Yt
e68d6d8f91
Merge pull request #304747 from soywod/himalaya-v1.0.0-beta.4
...
himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4
2024-04-18 08:21:43 +00:00
Clément DOUIN
36fbcec3e0
himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4
2024-04-18 08:41:06 +02:00
Peder Bergebakken Sundt
3f1bb546b5
Merge pull request #299762 from autrimpo/gonic-0.16.3
...
gonic: 0.15.2 -> 0.16.4
2024-04-18 02:01:35 +02:00
Michal Koutenský
ef95bc2eaf
gonic: add release note warning about playlists-path
2024-04-18 00:18:43 +02:00
Sandro Jäckel
cb8b6a5d00
treewide: reanme renamed libinput options
2024-04-17 23:34:07 +02:00
Sandro
1166097197
Merge pull request #302375 from SebastianWendel/init-prometheus-dnssec-exporter
...
nixos/prometheus-dnssec-exporter: init
2024-04-17 21:48:59 +02:00
Sandro
dd1ddc55ba
Merge pull request #283513 from YMSTNT/init-fcast
...
fcast-receiver: init at 1.0.14; nixos/fcast-receiver: init module
2024-04-17 21:46:38 +02:00
Janik H.
8612ed1ee9
nixos/networkmanager: change config generation to use the ini generator
2024-04-17 21:20:11 +02:00
zlepper
86e6c52bba
icu: refactor to avoid runtime dependency on bash
...
Bash was considered a runtime dependency as the two files `install-sh`
and `mkinstalldirs` was included in the library output. These files has a shebang
for `#!/bin/sh` which is replaced by nix to point to bash in the fixup phase.
2024-04-17 15:03:04 +02:00
zlepper
3083d2abe3
icu: refactor to avoid runtime dependency on bash
...
Bash was considered a runtime dependency as the two files `install-sh`
and `mkinstalldirs` was included in the library output. These files has a shebang
for `#!/bin/sh` which is replaced by nix to point to bash in the fixup phase.
2024-04-17 14:40:37 +02:00
Sandro
f703aa17e0
Merge pull request #300402 from numinit/df50
...
dwarf-fortress: update to 50
2024-04-17 10:30:32 +02:00
tomberek
2c88a89c8e
Merge pull request #285922 from justinas/teleport-15
...
teleport_15: init at 15.2.2, teleport_12: remove
2024-04-17 02:05:41 -04:00
Yongun Seong
0dff247457
kavita: 0.7.13 -> 0.8.0
2024-04-17 11:38:20 +09:00
Peder Bergebakken Sundt
b9e743e734
Merge pull request #291137 from vojta001/release-notes-link
...
release-notes/23.05: fix link to alice-lg
2024-04-16 22:24:21 +02:00
Savyasachee Jha
7531099464
nixos/firefly-iii: init
2024-04-17 00:23:06 +05:30
Justinas Stankevicius
3b16464200
teleport_15: init at 15.2.2
2024-04-16 20:50:10 +03:00
Jonas Heinrich
cf52591a0a
nixos/manticore: init module
2024-04-16 13:50:57 +02:00
Marie Ramlow
8785ef0a2d
nixos/db-rest: init
2024-04-16 10:42:02 +02:00
éclairevoyant
3947220b3d
Merge pull request #294923 from viperML/nh-module
...
nixos/nh: init
2024-04-15 14:31:42 +00:00
Fernando Ayats
1d84c76f5c
nixos/nh: init
2024-04-15 15:38:03 +02:00
Emily
26c7dc31d2
Merge pull request #304060 from leona-ya/loki-breaking-change
...
nixos/doc: add loki breaking change
2024-04-15 14:17:48 +02:00
OPNA2608
d59720a710
doc/release-notes: mention Lomiri availability
2024-04-14 21:38:41 +02:00
Someone
446fee38c1
Merge pull request #301188 from SomeoneSerge/cudaPackages/rename-cudatoolkit
...
cudaPackages.cudatoolkit: replace with symlinkJoin
2024-04-14 18:15:20 +00:00
Leona Maroni
87d52ceade
nixos/doc: add loki breaking change
2024-04-14 17:45:55 +02:00
YMSTNT
08ac037cac
nixos/fcast-receiver: init module
2024-04-13 17:36:34 +02:00
Someone Serge
8262bdf738
cudaPackages.cudatoolkit: replace with symlinkJoin
2024-04-13 10:28:07 +00:00
Thomas Gerbet
8aa99de316
Merge pull request #300343 from tcmal/akkoma-update-main
...
akkoma: 3.11.0 -> 3.12.1
2024-04-12 23:13:10 +02:00
lassulus
ad4c8244f1
Merge pull request #278984 from birkb/drbd-kernel-module
...
drbd: 9.19.1 -> 9.27.0 (utils), 9.2.7 kernel driver added
2024-04-12 21:53:55 +02:00
Weijia Wang
d2ca8b1941
Merge pull request #303318 from wegank/mongodb-4-drop
...
mongodb-4_4: drop
2024-04-12 15:33:02 +02:00
Nick Cao
67d52461f9
Merge pull request #303152 from yu-re-ka/garage-1-0
...
garage: 0.9.4 -> 1.0.0
2024-04-12 09:25:24 -04:00
Yureka
b701934eaa
garage: 0.9.4 -> 1.0.0
...
Release notes: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v1.0.0
2024-04-12 12:43:15 +02:00
Weijia Wang
11f3e0c15d
mongodb-4_4: drop
2024-04-12 12:30:40 +02:00
Sebastian Wendel
8737490803
nixos/prometheus.exporters.dnssec: init module
2024-04-12 12:23:47 +02:00
Weijia Wang
859f329868
Merge pull request #303492 from nbdd0121/unifi
...
unifi: remove unifiLTS, unifi5, unifi6
2024-04-12 09:47:15 +02:00
Morgan Jones
317757ab60
dwarf-fortress: update release notes
2024-04-11 20:05:45 -07:00
Gary Guo
c4e5381072
unifi: remove unifiLTS, unifi5, unifi6
2024-04-12 00:33:16 +01:00
Basti
8978af6b99
Merge pull request #303213 from SuperSandro2000/fzf-followup
...
nixos/fzf: bring back keybindings and completion option removed in #298692
2024-04-11 20:15:14 +00:00
Aleksana
029c95c780
Merge pull request #271342 from PhDyellow/ryzen_smu
...
ryzen_smu: init at 0.1.5, ryzen_monitor_ng: init at 2.0.5
2024-04-12 00:15:45 +08:00
Sandro Jäckel
1fb10f5017
nixos/fzf: bring back keybindings and completion option removed in #298692
...
Also drop with lib
2024-04-11 15:08:51 +02:00
K900
084ce1ee88
Revert "nixos/getty: add option to autologin once per boot"
2024-04-11 15:05:26 +03:00
Michele Guerini Rocco
4a42c797a4
Merge pull request #286310 from rnhmjoj/pr-getty-autologin
...
nixos/getty: add option to autologin once per boot
2024-04-11 08:48:50 +02:00
Phil Dyer
97899b5ba6
doc: add information about ryzen-monitor-ng and ryzen-smu modules
2024-04-11 11:50:20 +10:00
Aaron Andersen
d2b7e6797b
Merge pull request #291321 from c0deaddict/feature/nats-exporter
...
nixos/prometheus-nats-exporter: new module
2024-04-10 22:39:40 +00:00
Bjørn Forsman
74c1547424
nixos/doc: suggest mounting the ESP on /boot with umask=077
...
This prevents world-readable access to /boot, which is a security issue
that systemd-boot warns about.
Fixes https://github.com/NixOS/nixpkgs/issues/279362 .
2024-04-10 19:34:07 +02:00
Jonathan Ringer
dadbcf9367
nixos/rl-24.05: Add deprecation entry for cudaPackages.autoAdd{DriverRunpath,OpenGLRunpathHook}
2024-04-10 08:31:19 -07:00
Jos van Bakel
2e10f813fe
nixos/prometheus-nats-exporter: new module
2024-04-10 17:12:49 +02:00
linsui
f1c99961e3
nixos/fzf: fix typo
2024-04-10 19:55:33 +08:00
Silvan Mosberger
4f1d724b82
Merge pull request #284551 from hercules-ci/types-attrTag
...
Add `types.attrTag`
2024-04-09 20:48:44 +02:00
tcmal
d598b5d88d
nixos/akkoma: check that upload and media proxy base url is specified
...
new versions of akkoma require the upload base url to be specified in
order for updates to work properly.
this will be a breaking change in 24.05, but for now a reasonable
default is set.
2024-04-09 13:58:03 +01:00
Sandro
4cc6ce454d
Merge pull request #291913 from SuperSandro2000/sddm-wayland-only
2024-04-09 14:31:12 +02:00
rnhmjoj
3577aef354
doc/release-notes: mention getty.autologinOnce
2024-04-09 08:35:59 +02:00
Adam C. Stephens
f3ee2a75d4
Merge pull request #301712 from adamcstephens/incus/6
...
incus: 0.7.0 -> 6.0.0, add lts
2024-04-08 23:25:58 -04:00
Pol Dellaiera
38475aff83
Merge pull request #276695 from katexochen/azure-cli/plugins
...
azure-cli: immutable command index & add extensions
2024-04-09 03:44:35 +02:00
Sandro Jäckel
476b8c276e
treewide: rename renamed sddm/displayManager settings
2024-04-08 21:56:38 +02:00
Adam Stephens
a55f6f1511
lxd: add release notes for LTS change
2024-04-08 14:18:16 -04:00
Adam Stephens
dce92a3114
incus-lts: init at 6.0.0 and make default
2024-04-08 14:18:02 -04:00
Kierán Meinhardt
1c896bd6e1
nixos/manual: fix sshfs keygen output
2024-04-08 10:48:29 +02:00
Sandro
b32f206faa
Merge pull request #258520 from Benjamin-L/soju-admin-socket
2024-04-08 10:20:31 +02:00
Benjamin Lee
d772ac182f
nixos/soju: add sojuctl wrapper with config path
...
The config is a in an arbitrary nix store path, and is necessary to
invoke sojuctl. Without the wrapper, you have to read the systemd unit
or use a similar trick to find it.
2024-04-07 13:45:47 -07:00
Benjamin Lee
5207bb723a
nixos/soju: add adminSocket.enable option
2024-04-07 13:45:19 -07:00
Mario Rodas
5d58ded833
Merge pull request #298692 from SebTM/auto-update/fzf
...
fzf: 0.47.0 -> 0.48.1
2024-04-07 14:42:45 -05:00
Weijia Wang
0f58ce3b44
Merge pull request #300487 from davidkna/kavita-token
...
nixos/kavita: document new `tokenKeyFile` requirements
2024-04-07 19:27:34 +02:00
Guanran Wang
1603e263f3
mihomo: use correct github homepage branch
2024-04-07 21:49:15 +08:00
Weijia Wang
276c516453
Merge pull request #299342 from gabyx/feature/update-git-town-13
...
git-town: 11.1.0 -> 13.0.0
2024-04-06 23:10:00 +02:00
Weijia Wang
8aedeffd13
Merge pull request #279591 from MarkoMin/update/erlang-ls
...
erlang-ls: 0.48.0 -> 0.51.0
2024-04-06 14:01:46 +02:00
Funkeleinhorn
113bb97898
halloy: 2024.5 -> 2024.6
...
Changelog: https://github.com/squidowl/halloy/releases/tag/2024.6
2024-04-06 03:17:41 +02:00
Martin Weinelt
8bf1b4ca91
nixos/doc/rl-1909: replace wiki reference with official wiki
2024-04-05 16:13:33 -04:00
Gabriel Nützi
947043d36d
git-town: 11.1.0 -> 13.0.0
...
fix: Typo
2024-04-05 19:30:21 +02: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
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
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
Robert Hensing
f354686536
doc/option-types: Update sum types
2024-04-04 12:00:54 +02:00
Robert Hensing
fa8b46adf4
doc/option-types: Make attrTag example self-contained
...
... well, except for the ellipses, which hide unnecessary descriptions,
which you should write!
2024-04-04 11:54:46 +02:00
Robert Hensing
c0f54d3dea
doc/option-types: Add attrTag example
2024-04-04 11:54:46 +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
LDprg
e827697fd3
dbus: Switch default implementation to broker
2024-04-04 01:32:45 -07: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
TomaSajt
75b5079f4c
nixos/doc: add release notes for buildDubPackage
2024-04-03 12:32:09 +02:00
Pol Dellaiera
f4255ff98d
Merge pull request #296679 from bhankas/ocis
...
ocis-bin: init at 5.0.0
2024-04-02 23:23:36 +02:00
Payas Relekar
427bf67bed
nixos/ocis: init at 5.0.0
...
Co-authored-by: Casey Link <unnamedrambler@gmail.com>
2024-04-03 00:53:24 +05:30
Rutherther
5effc7956a
mautrix-meta: init service
...
Acked-by: Rutherther <rutherther@proton.me>
2024-04-02 19:16:45 +02:00
Silvan Mosberger
eac2d22da2
Merge pull request #299650 from philiptaron/issue-208242/nixos/doc
...
Avoid top-level `with ...;` in `nixos/doc/`
2024-04-02 18:14:28 +02:00
Marko Mindek
a44fef7dee
erlang-ls: 0.48.0 -> 0.51.0
2024-04-02 17:09:32 +02:00
Philip Taron
c60f0f6863
doc: avoid top-level with ...;
in nixos/doc/manual/default.nix
2024-04-01 18:29:06 -07:00
Philip Taron
ebde306504
nixos/lib, doc: remove references to mdDoc ( #300738 )
...
* doc: remove references to mdDoc in nixos/doc/manual/development/option-declarations.section.md
* nixos/lib: remove mdDoc in nixos/lib/make-options-doc/default.nix
* nixos/lib: remove mdDoc in nixos/lib/systemd-types.nix
* nixos/lib: remove mdDoc in nixos/lib/systemd-unit-options.nix
* nixos/lib: remove mdDoc in nixos/lib/testing/driver.nix
* nixos/lib: remove mdDoc in nixos/lib/testing/interactive.nix
* nixos/lib: remove mdDoc in nixos/lib/testing/meta.nix
* nixos/lib: remove mdDoc in nixos/lib/testing/name.nix
* nixos/lib: remove mdDoc in nixos/lib/testing/network.nix
* nixos/lib: remove mdDoc in nixos/lib/testing/nodes.nix
* nixos/lib: remove mdDoc in nixos/lib/testing/run.nix
* nixos/lib: remove mdDoc in nixos/lib/testing/testScript.nix
2024-04-01 16:58:23 -07:00
Vladimír Čunát
5476cea489
Merge #298548 : staging-next 2024-03-24
2024-04-01 22:49:19 +02:00
Weijia Wang
a5fcefa1ad
Merge pull request #292835 from sinavir/castopod2
...
nixos/castopod: updated nixos test and module
2024-04-01 20:27:49 +02:00
github-actions[bot]
ef44d46775
Merge master into staging-next
2024-04-01 18:00:59 +00:00
jopejoe1
f1019f9719
nixos/appimage: init
2024-04-01 19:58:34 +02:00
Julien Malka
d4f44d1cb1
Merge pull request #300705 from JulienMalka/official-wiki
2024-04-01 18:59:20 +02:00
Julien Malka
7d4b7ac4df
treewide: point wiki links to official wiki
2024-04-01 16:26:00 +02:00
Casey Link
17d73dc9a1
nixos/davis: init
2024-04-01 12:55:29 +02:00
github-actions[bot]
409234ba0c
Merge master into staging-next
2024-04-01 06:01:12 +00:00
sinavir
2f0ef551f8
castopod: Add breaking changes to release notes
2024-04-01 06:57:52 +02:00
Pablo Ovelleiro Corral
7f797a698f
wastebin: init at 2.4.3 ( #287455 )
...
* wastebin: init at 2.4.3
* nixos/wastebin: init
Add module and test for wastebin
2024-04-01 04:55:15 +04:00
lunik1
121490461b
nixos/inadyn: init
2024-04-01 01:24:46 +01:00
github-actions[bot]
07f01fb40f
Merge master into staging-next
2024-03-31 18:01:04 +00:00
David Knaack
2bde9aa8f8
nixos/kavita: document new tokenKeyFile
requirements
2024-03-31 16:11:40 +02:00
Yt
a87b7b96b1
Merge pull request #297014 from onny/davfs2
...
nixos/davfs2: Convert extraConfig to freeform type (RFC42)
2024-03-31 14:01:24 +00:00
Jonas Heinrich
8616aca59a
nixos/davfs2: Convert extraConfig to freeform type
2024-03-31 15:27:21 +02:00
github-actions[bot]
6b7b5776be
Merge master into staging-next
2024-03-31 06:01:15 +00:00
Lin Yinfeng
484c1c1ff8
nixos/hledger-web: fix access control options
2024-03-31 12:50:08 +08:00
Weijia Wang
93a725e1a5
Merge pull request #296361 from bhankas/workout-tracker
...
workout-tracker: init at 0.10.5
2024-03-31 04:50:58 +02:00
Morgan Helton
dd2c6f1840
nixos/sunshine: init
2024-03-30 20:07:35 -05:00
github-actions[bot]
50812f5204
Merge master into staging-next
2024-03-30 18:01:17 +00:00
Sandro
0fb5a30ab4
Merge pull request #295236 from yunfachi/init/uni-sync
...
uni-sync: init at 0.2.0, nixos/uni-sync: init
2024-03-30 13:01:37 +01:00
github-actions[bot]
1149e1edb7
Merge master into staging-next
2024-03-29 18:01:07 +00:00
Martin Weinelt
9e29e9c255
Merge pull request #277407 from mweinelt/wyoming-satellite
...
wyoming-satellite: init at 1.2.0
2024-03-29 15:02:50 +01:00
ajs124
b2d16906b0
Merge pull request #260867 from helsinki-systems/upd/xfsprogs
...
xfsprogs: 6.4.0 -> 6.6.0
2024-03-29 14:00:29 +01:00
github-actions[bot]
c9c063bd3c
Merge master into staging-next
2024-03-29 06:01:09 +00:00