about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-10-31Merge pull request #263555 from 5aaee9/masterEmily1-1/+2
nixos/systemd: fix make unit failed when unit too large
2023-10-31Merge pull request #241908 from picnoir/nin/oci-container-pre-start-listFranz Pletz1-18/+21
2023-10-31Merge pull request #259765 from 70m6/bugfix/bitcoind-enableK9002-2/+3
bugfix/bitcoind-enable
2023-10-31bitcoind: only use enabled servicesTom Barrett2-2/+3
2023-10-31Merge pull request #264562 from acid-bong/patch-1Weijia Wang1-1/+1
nixos/direnv: fix typo
2023-10-31Merge pull request #264564 from nikstur/repart-image-builder-docs-in-manualnikstur4-27/+31
nixos/image: move repart image builder docs into manual
2023-10-31Merge pull request #258207 from aaronjheng/cassandraMario Rodas1-0/+2
cassandra: use cassandra_4
2023-10-31nixos/image: fix layout of option examples in repart buildernikstur1-22/+24
2023-10-31nixos/image: include module options in manualnikstur1-1/+5
2023-10-31nixos/image: move docs into manualnikstur3-4/+2
2023-10-31nixos/direnv: fix typoAcid Bong1-1/+1
2023-10-31Merge pull request #264475 from blitz/repart-docsnikstur1-3/+1
nixos/image: fix documentation build
2023-10-31Merge pull request #264084 from kirillrdy/freetubeOTABI Tomoya2-0/+42
freetube: fix build, use latest electron
2023-10-31livebook: add systemd user service, test, and docsAlexandru Scvortov6-0/+176
Co-authored-by: Yt <happysalada@tuta.io>
2023-10-31cassandra: use cassandra_4Aaron Jheng1-0/+2
2023-10-30Merge pull request #264250 from Ma27/rm-postgres-11Mario Rodas5-26/+26
postgresql_11: remove
2023-10-31nixos/wyoming/openwakeword: fix typo in attribute nameMartin Weinelt1-1/+1
2023-10-31nixos/image: fix documentation buildJulian Stecklina1-3/+1
literalExpression triggers the following error when building the manual: Cacheable portion of option doc build failed. Usually this means that an option attribute that ends up in documentation (eg `default` or `description`) depends on the restricted module arguments `config` or `pkgs`.
2023-10-30Merge pull request #264404 from mweinelt/wyoming-openwakeword-1.8.1Martin Weinelt1-19/+27
wyoming-openwakeword: 1.5.1 -> 1.8.1
2023-10-31freetube: add testKirill Radzikhovskyy2-0/+42
This change fixes ofborg eval error
2023-10-30Merge pull request #264214 from mweinelt/wyoming-faster-whisper-device-paramMartin Weinelt1-0/+1
nixos/wyoming/faster-whisper: pass device config to executable
2023-10-30stage-2: don't write to /dev/kmsg if missingLuka Blaskovic1-1/+1
2023-10-31Merge pull request #264008 from arcnmx/xmrig-mainProgramLin Jian1-2/+2
xmrig: add meta.mainProgram
2023-10-31nixos/systemd: fix make unit failed when unit too large5aaee91-1/+2
2023-10-30Merge pull request #263849 from ElvishJerricco/sd-initrd-not-experimentalK9001-4/+0
systemd-stage-1: No longer experimental
2023-10-30Merge pull request #227633 from ↵K9009-22/+45
ElvishJerricco/systemd-stage-1-fix-initrd-commands Systemd stage 1 assert initrd commands are empty
2023-10-30nixos/wyoming/openwakeword: update for 1.8.1Martin Weinelt1-19/+27
Remove the deprecated --models option, as models are now discovered and loaded dynamically from all configured model dirs at runtime. Allow setting up custom model directories, so wake words other than the built-in ones can be used, e.g. from https://github.com/fwartner/home-assistant-wakewords-collection.
2023-10-30Merge pull request #264378 from ↵Martin Weinelt1-12/+10
mweinelt/wyoming-openwakeword-relax-model-selection nixos/wyoming/openwakeword: relax model selection
2023-10-30nixos/wyoming/openwakeword: relax model selectionMartin Weinelt1-12/+10
The wyoming-openwakeword supports a custom model directory, which cannot be used when the the model list is constrained to the builtin ones.
2023-10-30Merge pull request #264260 from bobby285271/upd/xfceBobby Rong1-0/+3
nixosTests.xfce: Check if any coredumps are found
2023-10-30nixos/postgresql: remove postgresql_11-backup-all testMaximilian Bosch1-3/+1
I don't really understand why this is only for a single version, so I figured I'd just add this to the test matrix to also cover this test-case for each major. Now, there's also one thing less to take care of when removing old postgresql versions.
2023-10-30nixosTests.xfce: Check if any coredumps are foundBobby Rong1-0/+3
Adds a regression test for https://gitlab.xfce.org/xfce/xfconf/-/issues/35.
2023-10-30systemd-stage-1: Add assertions for unsupported options.Will Fancher9-22/+45
2023-10-30Merge pull request #258071 from helsinki-systems/feat/stc-lockJanne Heß1-0/+4
nixos/switch-to-configuration: Lock the switch
2023-10-30postgresql_11: removeMaximilian Bosch4-23/+25
As described in the release lifecycle docs from postgresql[1], v11 will stop receiving fixes as of Nov 9 2023. This means it's EOL throughout the entire lifetime of 23.11, so let's drop it now. A lot of examples are also referencing postgresql_11. Where it's sensible, use postgresql_15 as example now to avoid confusion. This is also handy because the LLVM 16 fix for postgresql is not available for postgresql 11 ;-) [1] https://www.postgresql.org/support/versioning/
2023-10-30nixos/wyoming/faster-whisper: pass device config to executableMartin Weinelt1-0/+1
The device could previously be configured but wasn't wired up to do anything meaningful and as such always defaulted to CPU.
2023-10-29Merge pull request #245855 from rnhmjoj/pr-sslhMichele Guerini Rocco3-78/+132
nixos/sslh: update and refactor for RFC42
2023-10-29Merge pull request #262854 from ↵Ryan Lahfa3-10/+46
ElvishJerricco/systemd-stage-1-bcachefs-decryption systemd-stage-1: bcachefs decryption
2023-10-29Merge pull request #261870 from emilylange/drop-chromium-beta-devEmily1-0/+4
chromium{Beta,Dev},google-chrome-{beta,dev}: drop
2023-10-29luarocks-packages-update: init (#262156)Matthieu Coudron1-0/+4
* luarocks-packages-updater: init Goal is to make it possible to maintain out-of-tree luarocks packages without needing to clone nixpkgs. maintainers/scripts/update-luarocks-packages gets renamed to pkgs/development/lua-modules/updater/updater.py Once merged you can run for instance nix run nixpkgs#luarocks-packages-updater -- -i contrib/luarocks-packages.csv -o contrib/generated-packages.nix I also set the parallelism (--proc) to 1 by default else luarocks fails because of https://github.com/luarocks/luarocks/issues/1540 * Update maintainers/scripts/pluginupdate.py Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com> --------- Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
2023-10-29erigon: add package option to override default versionJakub Sokołowski1-1/+3
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-29nixos: fix iproute2 invocations (#263976)Rémy Grünblatt4-36/+36
When using iproute2's ip binary, you can omit the dev parameter, e.g. ip link set up eth0 instead of ip link set up dev eth0. This breaks if for some reason your device is named e.g. he, hel, … because it is interpreted as ip link set up help. I just encountered this bug using networking.bridges trying to create an interface named he. I used a grep on nixpkgs to try to find iproute2 invocations using variables without the dev keyword, and found a few, and fixed them by providing the dev keyword. I merely fixed what I found, but the use of abbreviated commands makes it a bit hard to be sure everything has been found (e.g. ip l set … up instead of ip link set … up).
2023-10-29Merge pull request #262583 from ElvishJerricco/systemd-stage-1-shellsWill Fancher2-8/+20
systemd-stage-1: Support for user shells
2023-10-29nixos/release-notes: mention sslh changesrnhmjoj1-0/+3
2023-10-29sslh: 1.22c -> 2.0.0rnhmjoj1-12/+20
2023-10-29nixos/sslh: refactor for RFC42rnhmjoj2-78/+121
2023-10-29Revert "nixos/activation: remove specialfs activationScript"K9001-1/+19
This reverts commit a8f50f991948b91d1a191d1348bfff860a39b5a2. Broke installer tests, need to figure out how to fix nixos-enter before attempting this again.
2023-10-29Merge pull request #262839 from RaitoBezarius/qemu-vm/timeoutRyan Lahfa8-13/+99
2023-10-29Merge pull request #263744 from K900/stateversion-docsK90012-43/+68
treewide: rewrite stateVersion docs (again), clean up some stateVersion usages (again)
2023-10-29Merge pull request #227442 from christoph-heiss/openssh/allowusersAaron Andersen2-14/+103
openssh: add {Allow,Deny}{Users,Groups} settings