about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-11-03Merge master into staging-nextgithub-actions[bot]2-0/+104
2023-11-03Merge pull request #261356 from l0b0/test/ssh-auditArtturi2-0/+104
2023-11-03Merge master into staging-nextgithub-actions[bot]4-6/+9
2023-11-02elixir: make 1.15 default and pin existing pkgs to 1.14Alexandru Scvortov3-5/+8
2023-11-02Merge master into staging-nextgithub-actions[bot]3-4/+6
2023-11-02nixos/woodpecker-server: fix environmentFile exampleJanik H.1-1/+1
2023-11-02Merge pull request #262781 from Janik-Haag/woodpeckerJanik2-3/+5
nixos/woodpecker-server: change type of environmentFile to list of paths
2023-11-02Merge pull request #263558 from Ma27/fix-image-renderer-callbackMaximilian Bosch1-1/+1
nixos/grafana-image-renderer: use Grafana's http_addr rather than localhost
2023-11-02Merge master into staging-nextgithub-actions[bot]1-27/+27
2023-11-02installer/cd-dvd/channel: allow to disable bundled channelJörg Thalheim1-24/+26
When building kexec-based installer every mb saved will reduce the RAM usage and allow to install NixOS on smaller machines. It also means that less data has to be downloaded from the network. When using flakes or niv we no longer rely on nix channels beeing present and when using something like nixos-anywhere, we no longer need to evaluate anything in the installer at all.
2023-11-02installer/cd-dvd/channel: stop using libJörg Thalheim1-5/+3
the lack of with allows lsp's to spot errors better
2023-11-02Merge master into staging-nextgithub-actions[bot]2-1/+5
2023-11-02Merge pull request #264811 from emilylange/systemd-empty-unit-buildWill Fancher1-1/+4
nixos/systemd-lib: fix building of empty unit files
2023-11-02Merge pull request #264866 from NixOS/home-assistantMartin Weinelt1-0/+1
home-assistant: 2023.10.5 -> 2023.11.0
2023-11-02nixos/systemd-lib: fix building of empty unit filesemilylange1-1/+4
This is a fixup for c1ae82f448b10b278dc77e02518775175b463a27. nix' `passAsFile` does not create empty files for variables that are `null`. This results in the following error for units that have no overrides or content, but are, e.g. `wantedBy`: `mv: cannot stat '': No such file or directory`. Minimal reproducer: `systemd.units.empty.wantedBy = [ "multi-user.target" ];` This is often necessary when a unit is loaded in via `systemd.packages`.
2023-11-02Merge master into staging-nextgithub-actions[bot]1-1/+1
2023-11-01home-assistant: 2023.10.5 -> 2023.11.0Martin Weinelt1-0/+1
https://www.home-assistant.io/blog/2023/11/01/release-202311/
2023-11-01nixos/tests/predictable-interface-names: fix eval for systemd-stage1K9001-1/+1
2023-11-01Merge master into staging-nextgithub-actions[bot]3-24/+48
2023-11-01nixos/nix-channnel: fix setting up the default channel againnikstur2-2/+10
2023-11-01Merge pull request #264618 from bobby285271/upd/cinnamon-testBobby Rong1-22/+38
nixosTests.cinnamon: Extend the test
2023-11-01Merge master into staging-nextgithub-actions[bot]1-5/+20
2023-11-01Merge pull request #261867 from matrss/set-paperless-secret-keyMartin Weinelt1-5/+20
nixos/paperless: set PAPERLESS_SECRET_KEY
2023-11-01nixosTests.cinnamon: Extend the testBobby Rong1-22/+38
2023-11-01Merge master into staging-nextgithub-actions[bot]1-70/+61
2023-10-31Merge pull request #258068 from Izorkin/update-peertubeRobert Hensing1-70/+61
peertube: 5.1.0 -> 5.2.1
2023-10-31Merge master into staging-nextgithub-actions[bot]16-622/+113
2023-10-31Merge pull request #264608 from nikstur/nix-channel-fix-defaultnikstur2-3/+4
nixos/nix-channel: fix subscribing to default channel
2023-10-31Merge pull request #262254 from Artturin/nginxsandboxremArtturi3-67/+47
2023-10-31nixos/nix-channel: fix subscribing to default channelnikstur2-3/+4
Fixes https://github.com/NixOS/nixpkgs/issues/264602
2023-10-31Merge pull request #264584 from Ma27/drop-privacyideaRobin Gloster5-503/+2
privacyidea: remove
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-31nixos/woodpecker-server: change type of environmentFile to list of pathsJanik H.2-3/+5
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-31privacyidea: removeMaximilian Bosch5-503/+2
Related to #262907 (Django3 removal from nixpkgs). This package already required an unreasonable amount of maintenance regularly for a such small leaf-package. It has a few highly outdated dependencies (e.g. flask 1, jinja2 2.11, sqlalchemy 1.3). After at least each Python package-set update one had to fix up a lot of dependencies to fix the package itself, so it was only useful on stable branches. And having so much outdated software in a security-sensitive piece of software seems questionable. Finally, globin and I won't be available for maintaining this now that Mayflower is migrating to another solution (and we'll do that as well) and I'd expect this to bitrot extremely quick if we both bail out.
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-31Merge master into staging-nextgithub-actions[bot]8-3/+219
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-31Merge master into staging-nextgithub-actions[bot]5-26/+26
2023-10-31cassandra: use cassandra_4Aaron Jheng1-0/+2