about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #284046 from mkg20001/oils-for-linuxMaciej Krüger2024-02-12
|\ | | | | oil: rename to oil-python, oil: init at 0.20.0
| * release-notes: add oil c++ noteMaciej Krüger2024-02-08
| |
* | Merge pull request #288122 from amaxine/fwupd-internal-testsmaxine2024-02-11
|\ \
| * | nixos/fwupd: make test option internal, be explicit about removalMaxine Aubrey2024-02-11
| | |
* | | Merge pull request #287708 from JorisBolsens/patch-1kirillrdy2024-02-12
|\ \ \ | | | | | | | | nixos/kubernetes: use correct -o option with bash install when copying certs in cfssl prestart script
| * | | nixos/kubernetes: use correct `-o` option with bash install when copying ↵Joris Bolsens2024-02-10
| | | | | | | | | | | | | | | | certs in cfssl prestart script
* | | | Merge pull request #287856 from emilylange/nixos-gitea-package-forgejo-warningMaximilian Bosch2024-02-11
|\ \ \ \ | | | | | | | | | | nixos/gitea: warn when using `services.gitea` with forgejo
| * | | | nixos/gitea: warn when using `services.gitea` with forgejoemilylange2024-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since this is no longer supported and we have a dedicated module for forgejo for quite some time now. Such warning is, however, becoming more and more important, since forgejo is no longer a soft-fork of gitea, but rather a hard-fork. And as such, it will slowly but surely no longer be a drop-in replacement. Additionally, I hope that this warning will prevent users from reporting issues with forgejo to nixos/gitea maintainers. The accompanying forgejo.md, from which the manual section is created, will be updated over the next few weeks when forgejo officially publishes their blog post about all this and the way forward, so we can link to it.
* | | | | Merge pull request #287270 from mweinelt/lxd-networkdMaciej Krüger2024-02-11
|\ \ \ \ \ | | | | | | | | | | | | nixos/lxd: use networkd for DHCP/RA
| * | | | | nixos/lxd: use networkd for DHCP/RAMartin Weinelt2024-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables networkd instead of dhcpcd for DHCP/RA. It offers a solid base for network configuration, that is much more extensible than dhcpcd and also better maintained than our bespoke `networking.interfaces` modules. Closes: #287269
* | | | | | Merge pull request #284814 from yaxitech/github-runner-module-updateAaron Andersen2024-02-11
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | nixos/github-runners: remove single runner module, rework default name, add `noDefaultLabels`
| * | | | | nixos/github-runners: add a `group` option to set the executing groupVincent Haupert2024-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to the `user` option, the added `group` option sets the group of the executing process. If not `null`, it also sets `DynamicUser=false`. In case `user` is set to `null` (the default), systemd would run the service as root implicitly. As this is dangerous and most certainly not what users want, we force them to set `user = "root"` explicitly if that's really their intention. That's achieved through an assertion.
| * | | | | nixos/github-runners: set `DynamicUser=false` if `user` not `null`Vincent Haupert2024-02-09
| | | | | |
| * | | | | nixos/github-runners: align `nodeRuntimes` option with packageVincent Haupert2024-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `github-runner` package only supports `nodejs_20` since `nodejs_16` was removed in a2976db919afc97b69ce3b7699a1a44ce61bbe5f. It still makes sense to keep the `nodeRuntimes` option as this is probably not the last Node.js we'll deprecate with at least some grace period.
| * | | | | nixos/github-runners: rework `name` defaultVincent Haupert2024-02-09
| | | | | |
| * | | | | nixos/github-runner: deprecate module in favor of `github-runners.*`Vincent Haupert2024-02-09
| | | | | |
| * | | | | nixos/github-runners: document new runner registrationsVincent Haupert2024-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the documentation of the options `workDir` and `ephemeral` reflect that changing these options will trigger a new runner registration.
| * | | | | nixos/github-runners: add `noDefaultLabels` optionVincent Haupert2024-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option `noDefaultLabels` which controls the `--no-default-labels` switch passed to the configure script.
| * | | | | nixos/github-runners: remove superfluous usages of `lib`Vincent Haupert2024-02-09
| | | | | |
* | | | | | Merge pull request #287926 from mweinelt/home-assistant-2024.2.0-fixesMartin Weinelt2024-02-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | home-assistant: fixes for 2024.2.0
| * | | | | | nixos/home-assistant: always add dependencies for default integrationsMartin Weinelt2024-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are loaded unconditionally during bootstrap, and home-assistant will now fail to start, if these aren't provided.
* | | | | | | Merge pull request #287445 from fricklerhandwerk/qemu-env-varsWill Fancher2024-02-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | doc: expand on parameters passed to QEMU VMs
| * | | | | | | use code for env var notationValentin Gagarin2024-02-09
| | | | | | | |
| * | | | | | | doc: expand on parameters passed to QEMU VMsValentin Gagarin2024-02-09
| | | | | | | |
* | | | | | | | Merge pull request #285813 from jerrita/nft-precheck-flattenLin Jian2024-02-11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | nixos/nftables: add option for flattening rulesetFile
| * | | | | | | nixos/nftables: add option for flattening rulesetFilejerrita2024-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Lin Jian <me@linj.tech>
* | | | | | | | Merge pull request #287743 from nagisa/adds-systemd-upholdsWill Fancher2024-02-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | systemd: add support for upholds and upheldBy
| * | | | | | | | reviewSimonas Kazlauskas2024-02-10
| | | | | | | | |
| * | | | | | | | systemd: add support for upholds and upheldBySimonas Kazlauskas2024-02-10
| | | | | | | | |
* | | | | | | | | Merge pull request #287480 from NixOS/home-assistantMartin Weinelt2024-02-11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | home-assistant: 2024.1.6 -> 2024.2.1
| * | | | | | | | home-assistant: 2024.1.6 -> 2024.2.1Martin Weinelt2024-02-10
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://www.home-assistant.io/blog/2024/02/07/release-20242/ https://github.com/home-assistant/core/releases/tag/2024.2.1
* | | | | | | | Merge pull request #286993 from christoph-heiss/srht-updates-next-roundtomberek2024-02-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sourcehut: update all components
| * | | | | | | | sourcehut: add myself as maintainerChristoph Heiss2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I worked already a lot on this stuff, esp. modules - so it just makes sense. Signed-off-by: Christoph Heiss <christoph@c8h4.io>
* | | | | | | | | Merge pull request #282971 from wegank/restya-board-dropSandro2024-02-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | restya-board: drop
| * | | | | | | | | restya-board: dropWeijia Wang2024-02-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #232528 from SuperSandro2000/chromium-kdePeder Bergebakken Sundt2024-02-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/chromium: add enablePlasmaBrowserIntegration option
| * | | | | | | | | | nixos/chromium: remove lots of extra whitespace from docsSandro Jäckel2024-02-07
| | | | | | | | | | |
| * | | | | | | | | | nixos/plasma5: enable programs.chromium.enablePlasmaBrowserIntegrationSandro Jäckel2024-02-07
| | | | | | | | | | |
| * | | | | | | | | | nixos/chromium: add enablePlasmaBrowserIntegration, ↵Sandro Jäckel2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plasmaBrowserIntegrationPackage options
| * | | | | | | | | | nixos/chromium: don't generate empty filesSandro Jäckel2024-02-07
| | | | | | | | | | |
| * | | | | | | | | | nixos/chromium: cleanup formatting a bit toSandro Jäckel2024-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this also reduces the diff in the next commits
* | | | | | | | | | | Merge pull request #248315 from apeschar/oci-containers-backend-stopPeder Bergebakken Sundt2024-02-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/oci-containers: stop container using backend
| * | | | | | | | | | | nixos/oci-containers: stop container using backendAlbert Peschar2023-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make systemd actually call `podman stop` when stopping a container unit. Fixes #249332
* | | | | | | | | | | | Merge pull request #287304 from ambroisie/pyload-user-groupPeder Bergebakken Sundt2024-02-10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/pyload: add user/group options
| * | | | | | | | | | | | nixos/pyload: add user/group optionsBruno BELANYI2024-02-08
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #286394 from SuperSandro2000/nextcloud-timerMaximilian Bosch2024-02-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/nextcloud: don't execute cron when in maintenace/upgrade, don't kill cgroup
| * | | | | | | | | | | | | nixos/nextcloud: don't execute cron when in maintenace/upgrade, don't kill ↵Sandro Jäckel2024-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cgroup Those are upstream recommendations taken from https://github.com/nextcloud/documentation/blob/22d2472b8f721f2022b9ac0db254950a285ab086/admin_manual/configuration_server/background_jobs_configuration.rst#systemd
| * | | | | | | | | | | | | nixos/nextcloud: little formattingSandro Jäckel2024-02-05
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #277189 from anpin/fix/cloudflared-servicePeder Bergebakken Sundt2024-02-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | cloudflared: fixed missing configuration options
| * | | | | | | | | | | | | cloudflared: fixed missing configuration optionsPavel Anpin2023-12-27
| | | | | | | | | | | | | |