Age | Commit message (Collapse) | Author | Files | Lines |
|
nextcloud29: init at 29.0.0, nextcloud27: 27.1.8 -> 27.1.9, nextcloud28: 28.0.4 -> 28.0.5
|
|
nixVersions.unstable: build from master, re-init at 2.22.0.pre20240321_6fd2f42c
|
|
|
|
|
|
|
|
Revert "dbus: Switch default implementation to broker"
|
|
This reverts commit e827697fd3435b458a759ef0b92de7f26624b910.
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.
|
|
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
|
|
|
|
|
|
nixos/pam: Use secure default for `sshAgentAuth.authorizedKeysFiles`
|
|
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"
|
|
nixos/libinput: move out of xserver
|
|
isolate: add module and module tests
|
|
* 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>
|
|
* 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.
|
|
appimageTools.wrapAppImage: remove version from `pname`
|
|
|
|
|
|
|
|
Adds a wrapper to the gauge package, which allows installing plugins declaratively with nix.
|
|
CDI: Add `mount-nvidia-binaries` and `mount-nvidia-docker-1-directories` options
|
|
`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.
|
|
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
|
|
* 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>
|
|
|
|
nixos/systemd-lib: fix restart/reloadTriggers when passing paths
|
|
- 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>
|
|
nixos/inadyn: init
|
|
Co-authored-by: Ryan Hendrickson <ryan.hendrickson@alum.mit.edu>
|
|
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.
|
|
nixos/sunshine: init
|
|
nixos/manticore: init module
|
|
firefly-iii: init at 6.1.13, nixos/firefly-iii: init
|
|
nixos/netbird-server: init module
|
|
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>
|
|
|
|
icu: refactor to avoid runtime dependency on bash
|
|
kavita: 0.7.13 -> 0.8.0
|
|
|
|
nixosTests.networking: refactor and add NetworkManager support
|
|
himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4
|
|
|
|
gonic: 0.15.2 -> 0.16.4
|
|
|
|
|
|
nixos/prometheus-dnssec-exporter: init
|
|
fcast-receiver: init at 1.0.14; nixos/fcast-receiver: init module
|
|
|
|
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.
|