about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #277759 from onny/initrd-keyfilesWill Fancher2024-03-29
|\ | | | | nixos/initrd-ssh: Add authorizedKeyFiles option
| * nixos/initrd-ssh: Add authorizedKeyFiles optionJonas Heinrich2024-03-18
| |
* | Merge pull request #299755 from Ramblurr/fix/roon-server-pkgBernardo Meurer2024-03-28
|\ \ | | | | | | nixos/roon-server: add package option
| * | nixos/roon-server: add package optionCasey Link2024-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream updates roon-server frequently, and client apps (iOS, Android, etc) will stop working with older versions of the roon-server. We can't always keep the roon-server up to date as fast as upstream releases, so it is often necessary for users to use an overlay or provide their own version. In particular the use case of running NixOS stable channel, but wanting to use the `pkgs.roon-server` from unstable is one that I want to support with this simple change.
* | | Merge pull request #278981 from dotlambda/mollysocket-initRobert Schütz2024-03-28
|\ \ \ | | | | | | | | mollysocket: init at 1.3.0, nixos/mollysocket: init
| * | | nixos/mollysocket: initRobert Schütz2024-03-28
| | | |
* | | | Merge pull request #273769 from Izorkin/update-peertubeRobert Hensing2024-03-28
|\ \ \ \ | | | | | | | | | | peertube: 5.2.1 -> 6.0.3
| * | | | nixos/peertube: update nginx configurationIzorkin2024-02-16
| | | | |
| * | | | nixos/tests/peertube: update peertube-cli testsIzorkin2024-02-16
| | | | |
| * | | | peertube: split peertube-cli utilityIzorkin2024-02-16
| | | | |
| * | | | peertube: 5.2.1 -> 6.0.3Izorkin2024-02-16
| | | | |
* | | | | Merge pull request #263360 from duament/nixos-rebuild-pipeThiago Kenji Okada2024-03-28
|\ \ \ \ \ | | | | | | | | | | | | nixos-rebuild: use --pipe instead of --pty in systemd-run
| * | | | | nixos-rebuild: use --pipe instead of --pty in systemd-runRvfg2024-01-26
| | | | | |
* | | | | | Merge pull request #296384 from pennae/remove-docbook-docs-supportSilvan Mosberger2024-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/docs: remove docbook support machinery
| * | | | | | nixos/doc: remove optionsDocBookpennae2024-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | these were deprecated in 23.11 and slated for removal in 24.05. 24.05 is soon enough, so we should probably make good on this promise.
* | | | | | | brscan5: fix sane config pathanna2024-03-28
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #299169 from ShamrockLee/go-module-vendorsha256Weijia Wang2024-03-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | buildGoModule: Deprecate vendorSha256 with throw
| * | | | | | buildGoModule: Deprecate vendorSha256 with throwYueh-Shun Li2024-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore vendorSha256 when vendorHash is specified. Throw when vendorHash isn't specified: - "buildGoModule: Expect vendorHash instead of vendorSha256" when vendorSha256 is specified. - "buildGoModule: vendorHash is missing" otherwise. `goModules.outputHashAlgo` is specified as null when vendorHash is not empty, "sha256" otherwise. Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
* | | | | | | Merge pull request #290122 from ↵K9002024-03-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FriedrichAltheide/virtualbox-guest-additions-fixes virtualbox: guest additions resize & clipboard fixes
| * | | | | | | virtualbox: fix guest additions resize supportFriedrich Altheide2024-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Build virtualbox guest additions from source and fix paths - Install VBoxDRMClient to support resizing - Support resizing on wayland and x11 - Adding multiple new options - clipboard - seamless - Removing x11 option - Support linux 6.8
* | | | | | | | treewide: Fix all Nix ASTs in all markdown filesJanne Heß2024-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only.
* | | | | | | | treewide: Mark Nix blocks in markdown as NixJanne Heß2024-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help us with highlighting and future formatting.
* | | | | | | | Merge pull request #299576 from SuperSandro2000/nix-ld-configJörg Thalheim2024-03-27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/nix-ld: move default libraries to config
| * | | | | | | | nixos/nix-ld: fix typoSandro Jäckel2024-03-27
| | | | | | | | |
| * | | | | | | | nixos/nix-ld: move default libraries to configSandro Jäckel2024-03-27
| | | | | | | | |
* | | | | | | | | Merge pull request #299501 from majiru/readd-make-test-python-default-systemMaximilian Bosch2024-03-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert breaking change to make-python-test.nix
| * | | | | | | | | nixos/tests: readd builtins.currentSystem to make-test-python.nixJacob Moody2024-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is more nuance in the ways people expect to run tests, as such this still has some breakage. Revert for now.
* | | | | | | | | | Merge pull request #297346 from codingCoffee/usbguard-fixSandro2024-03-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | usbguard: fix policy enums
| * | | | | | | | | | usbguard: fix policy enumsAmeya Shenoy2024-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The available policies for `InsertedDevicePolicy` and `ImplicitPolicyTarget` differ from the defined policy enum. This change is to prevent users from configuring incorrect policies for `usbguard` Related `usbguard` documentation https://usbguard.github.io/documentation/configuration.html Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
* | | | | | | | | | | nixos/pretix: say what it is in the "enable" docstring (#299540)Bjørn Forsman2024-03-27
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #293117 from SuperSandro2000/goldwardenSandro2024-03-27
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | nixos/goldwarden: initSandro Jäckel2024-03-25
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #299340 from adamcstephens/incus/0.7Adam C. Stephens2024-03-27
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | incus: 0.6 -> 0.7
| * | | | | | | | | | | incus: 0.6 -> 0.7Adam Stephens2024-03-26
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #281236 from melvyn2/update-kavitaSandro2024-03-27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kavita: document breaking option changes in release notesmelvyn2024-03-26
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos/kavita: accept freeform settings, ensure locales in testsYongun Seong2024-03-26
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #298737 from MatthewCroughan/mc/scion-moduleslassulus2024-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/scion: init
| * | | | | | | | | | | | | nixos/scion: initmatthewcroughan2024-03-26
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #299395 from ↵Jacek Galowicz2024-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ElvishJerricco/initrd-backdoor-remove-unnecessary-wait nixos/tests: Remove unnecesary wait from initrdBackdoor
| * | | | | | | | | | | | | | nixos/tests: Remove unnecesary wait from initrdBackdoorWill Fancher2024-03-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | nixos/tests/ustreamer: initmatthewcroughan2024-03-27
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #299299 from eclairevoyant/pipewire-docsK9002024-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | nixos/{pipewire,wireplumber}: document examples for `*.configPackages` and cleanup
| * | | | | | | | | | | | | | release-notes: document breaking changes for pipewire and wireplumberéclairevoyant2024-03-26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/wireplumber: reuse local binding to simplifyéclairevoyant2024-03-26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/wireplumber: provide example for ↵éclairevoyant2024-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `services.pipewire.wireplumber.configPackages`
| * | | | | | | | | | | | | | nixos/wireplumber: update `services.pipewire.wireplumber.configPackages` ↵éclairevoyant2024-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | description for v0.5
| * | | | | | | | | | | | | | nixos/wireplumber: inherit `lib` functionséclairevoyant2024-03-26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/wireplumber: remove `lib.mdDoc` (no-op)éclairevoyant2024-03-26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | nixos/pipewire: document example for `services.pipewire.configPackages`éclairevoyant2024-03-26
| | | | | | | | | | | | | | |