about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-03-31nixos/libreddit: Don't hard code binary name in `ExecStart`Soispha1-1/+1
Hard coding the name to `libreddit` makes it impossible to use this module to run `redlib` (a continued fork of `libreddit`). As `libreddit` has the `mainProgram` meta attribute set, changing this to `lib.getExe` should not change the module for `libreddit`, but allows it to work with the `redlib` package.
2024-03-31Merge branch 'master' into haskell-updatesNaïm Favier9-11/+252
2024-03-31Merge pull request #296361 from bhankas/workout-trackerWeijia Wang5-0/+116
workout-tracker: init at 0.10.5
2024-03-30Merge pull request #300234 from SuperSandro2000/partition-plasma6K9002-10/+13
nixos/partition-manager: use qt6 when plasma6 is activated p
2024-03-30nixos/partition-manager: use qt6 when plasma6 is activatedSandro Jäckel2-4/+11
This also fixes System Settings > Windows Shares complaining about the wrong QT version under Plasma6.
2024-03-30nixos/partition-manager: remove with with lib, cleanupSandro Jäckel1-7/+3
2024-03-30Merge pull request #295236 from yunfachi/init/uni-syncSandro3-0/+120
uni-sync: init at 0.2.0, nixos/uni-sync: init
2024-03-30nixos/gitlab: Rename workhorse binaryYaya1-1/+3
2024-03-30Merge master into haskell-updatesgithub-actions[bot]24-259/+541
2024-03-29Merge pull request #299866 from s1ls/invidious-router-modulelassulus2-0/+122
nixos/invidious-router: init module
2024-03-29Merge pull request #277387 from traxys/jitsi_pamlassulus1-2/+9
nixos/jitsi-meet: allow to customize jitsi auth
2024-03-29nixos/incus: fix OVMF path for existing VMsAdam Stephens1-0/+18
2024-03-29Merge pull request #296729 from mkg20001/docuumMaciej Krüger2-0/+46
docuum: init at 0.23.1
2024-03-29nixos/invidious-router: init moduleSilas Schöffel2-0/+122
2024-03-29Merge pull request #140429 from bobby285271/pantheon-systemdBobby Rong3-6/+32
pantheon: manage user session with systemd
2024-03-29Merge pull request #277407 from mweinelt/wyoming-satelliteMartin Weinelt9-230/+252
wyoming-satellite: init at 1.2.0
2024-03-29nixos/networkmanager: correct example (#295439)Alessandro Labate1-1/+1
The example pertinent to `fccUnlockScripts` contains wrong (maybe old) key names possibly leading to trial/error while configuring the option. This issue can be avoided updating the example.
2024-03-29Merge pull request #299987 from r-vdp/mycelium-argslassulus1-2/+11
nixos/mycelium: allow specifying extra args to mycelium
2024-03-29Merge pull request #260867 from helsinki-systems/upd/xfsprogsajs1245-8/+18
xfsprogs: 6.4.0 -> 6.6.0
2024-03-29nixos/mycelium: allow specifying extra args to myceliumr-vdp1-2/+11
2024-03-29Merge pull request #299805 from ncfavier/xorg-module-orderK9001-6/+4
nixos/xserver: respect module order
2024-03-29Merge pull request #277759 from onny/initrd-keyfilesWill Fancher2-4/+28
nixos/initrd-ssh: Add authorizedKeyFiles option
2024-03-29nixos/wyoming: move into home-automation categoryMartin Weinelt4-3/+3
2024-03-29nixos/wyoming/satellite: initMartin Weinelt3-0/+247
2024-03-29nixos/homeassistant-satellite: remove in favor of wyoming-satelliteMartin Weinelt4-227/+2
The upstream repository was archived mid december 2023.
2024-03-29Merge master into haskell-updatesgithub-actions[bot]121-1842/+2523
2024-03-28nixos/xserver: respect module orderNaïm Favier1-6/+4
Reimplement the `ModulePath` generation logic by only adding the `/lib/xorg/modules` subpath for each module, in the specified order. In particular, hardware-specific drivers are listed *before* `xorgserver`, which fixes https://github.com/NixOS/nixpkgs/issues/299684. This also keeps the list reproducible, as wanted by https://github.com/NixOS/nixpkgs/pull/230186. I have confirmed that X is able to find `.so` files recursively within the `ModulePath`, so that there is no need to include subdirectories of `/lib/xorg/modules`. Furthermore, I don't expect there to be a need to include directories *outside* of `/lib/xorg/modules`, as the default `ModulePath` on standard distributions is `/usr/lib/xorg/modules`. (see https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml#heading4)
2024-03-28Merge pull request #299755 from Ramblurr/fix/roon-server-pkgBernardo Meurer1-1/+2
nixos/roon-server: add package option
2024-03-28Merge pull request #278981 from dotlambda/mollysocket-initRobert Schütz5-0/+164
mollysocket: init at 1.3.0, nixos/mollysocket: init
2024-03-28Merge pull request #273769 from Izorkin/update-peertubeRobert Hensing2-157/+163
peertube: 5.2.1 -> 6.0.3
2024-03-28Merge pull request #263360 from duament/nixos-rebuild-pipeThiago Kenji Okada1-1/+1
nixos-rebuild: use --pipe instead of --pty in systemd-run
2024-03-28Merge pull request #296384 from pennae/remove-docbook-docs-supportSilvan Mosberger1-15/+1
nixos/docs: remove docbook support machinery
2024-03-28nixos/mollysocket: initRobert Schütz5-0/+164
2024-03-28nixos/doc: remove optionsDocBookpennae1-15/+1
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.
2024-03-28brscan5: fix sane config pathanna1-1/+1
2024-03-28nixos/workout-tracker: initPayas Relekar5-0/+116
2024-03-28nixos/roon-server: add package optionCasey Link1-1/+2
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.
2024-03-28Merge pull request #299169 from ShamrockLee/go-module-vendorsha256Weijia Wang1-0/+2
buildGoModule: Deprecate vendorSha256 with throw
2024-03-28Merge pull request #290122 from ↵K9002-50/+71
FriedrichAltheide/virtualbox-guest-additions-fixes virtualbox: guest additions resize & clipboard fixes
2024-03-28treewide: Fix all Nix ASTs in all markdown filesJanne Heß93-1508/+2009
This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only.
2024-03-28treewide: Mark Nix blocks in markdown as NixJanne Heß40-109/+109
This should help us with highlighting and future formatting.
2024-03-28Merge master into haskell-updatesgithub-actions[bot]27-156/+1099
2024-03-27Merge pull request #299576 from SuperSandro2000/nix-ld-configJörg Thalheim2-21/+24
nixos/nix-ld: move default libraries to config
2024-03-27nixos/nix-ld: fix typoSandro Jäckel1-1/+1
2024-03-27nixos/nix-ld: move default libraries to configSandro Jäckel2-20/+23
2024-03-27Merge pull request #299501 from majiru/readd-make-test-python-default-systemMaximilian Bosch1-1/+1
Revert breaking change to make-python-test.nix
2024-03-27Merge pull request #297346 from codingCoffee/usbguard-fixSandro1-2/+2
usbguard: fix policy enums
2024-03-27nixos/pretix: say what it is in the "enable" docstring (#299540)Bjørn Forsman1-1/+1
2024-03-27Merge pull request #293117 from SuperSandro2000/goldwardenSandro2-0/+51
2024-03-27nixos/tests: readd builtins.currentSystem to make-test-python.nixJacob Moody1-1/+1
There is more nuance in the ways people expect to run tests, as such this still has some breakage. Revert for now.