Sandro
6a8a43e5f2
Merge pull request #225341 from SuperSandro2000/ohmyzsh-fzf
...
nixos/fzf: add ohMyZsh integration
2023-05-06 21:24:15 +02:00
Robert Hensing
216315c6c4
Merge pull request #197547 from hercules-ci/module-class-and-flake-import
...
module system: Improve error messages around faulty imports
2023-05-06 20:16:34 +02:00
github-actions[bot]
1edcdf34e3
Merge staging-next into staging
2023-05-06 18:01:44 +00:00
Gabriel Fontes
16b3b0c53b
nixos/tests/kavita: init
2023-05-06 13:57:53 -03:00
Gabriel Fontes
e2854d332d
nixos/kavita: init
2023-05-06 13:57:53 -03:00
Robert Hensing
8054785157
lib/modules: Move class out of specialArgs
2023-05-06 18:32:58 +02:00
Robert Hensing
79703eef08
nixos,nixpkgs: Add module classes
...
This allows modules that declare their class to be checked.
While that's not most user modules, frameworks can take advantage
of this by setting declaring the module class for their users.
That way, the mistake of importing a module into the wrong hierarchy
can be reported more clearly in some cases.
2023-05-06 18:29:04 +02:00
Robert Scott
3d40c1b0e9
Merge pull request #229458 from martinetd/libbpf
...
libbpf: upgrade to 1.2.0
2023-05-06 16:39:29 +01:00
Martin Weinelt
1c963cea48
nixos/gitea-actions-runner: init
2023-05-06 17:34:15 +02:00
Rick van Schijndel
5e2d479540
Merge pull request #229874 from mcnesium/fix_ambig_char
...
fix ambiguous unicode characters
2023-05-06 16:54:54 +02:00
Bruno BELANYI
9650310348
nixos/tandoor-recipes: disable debug toolbar
2023-05-06 14:22:17 +01:00
github-actions[bot]
76e7973d1c
Merge staging-next into staging
2023-05-06 00:02:57 +00:00
Weijia Wang
3fdc233395
Merge pull request #230189 from nikstur/systemd-repart-release-note
...
nixos/release-notes: add systemd-repart
2023-05-06 01:06:25 +03:00
Dominique Martinet
5e8a27296b
nixosTests.bpf: disable kfunc test on aarch64
...
commit fd5d7b2586
("tests/bpf: add module BTF test") added a new test
for module BTF, but that test does not work on aarch64. (merged in
https://github.com/NixOS/nixpkgs/pull/214001 )
This is not a regression (kfuncs didn't work on bpftrace 0.16,
even if you do not use features requiring BTF like argument name
or type), so just disable the test on aarch64 until it is fixed.
2023-05-06 06:40:30 +09:00
nikstur
c947bf5c0c
nixos/release-notes: add systemd-repart
2023-05-05 22:45:44 +02:00
Pierre Bourdon
2ddbabec4d
nixos/xserver: fix xserver.conf reproducibility (sort ModulePath entries)
2023-05-05 22:33:09 +02:00
Ryan Lahfa
0b0c5fdf95
Merge pull request #230027 from jmbaur/fix-cross-nixos-system
...
nixos/bootspec: Fix cross for nixos-system systemBuilder
2023-05-05 22:05:44 +02:00
Ryan Lahfa
32264d614a
Merge pull request #227696 from aktaboot/fix-install-tools-deps
...
nixos/installer: fix util-linux dependencies in install script
2023-05-05 21:58:23 +02:00
github-actions[bot]
cfd87655c8
Merge staging-next into staging
2023-05-05 18:01:52 +00:00
Mikaela Allan
21b6bec0ff
nixos/config/swap: improve randomEncrytion
...
* add sector size parameter to swap randomEncryption
* add key size parameter to swap randomEncryption
* allow deviceName to be overridden for encrypted swap
* create test for swap random encryption
* update release notes
2023-05-05 13:36:42 -04:00
aktaboot
b3ef821489
nixos/installer: fix util-linux dependencies in install scripts
2023-05-05 18:11:57 +02:00
Ryan Lahfa
275a6e3d8d
Merge pull request #193469 from minijackson/mount-options-stage-1
...
nixos/stage-1: follow mount options
2023-05-05 17:05:48 +02:00
Ryan Lahfa
1ab4d7d0c3
Merge pull request #228047 from RaitoBezarius/diskless-vm
...
nixos/qemu-vm: fix diskless VMs
2023-05-05 15:37:11 +02:00
Emily Lange
549bee9851
nixos/grafana-agent: add extraFlags
option ( #228883 )
2023-05-05 15:14:41 +02:00
github-actions[bot]
2181c1e956
Merge staging-next into staging
2023-05-05 12:02:09 +00:00
Jacek Galowicz
3ba45b082e
Merge pull request #228111 from alyssais/nixosTest-hostname
...
nixosTest: remove hostname limitations
2023-05-05 08:12:36 +02:00
Jared Baur
67561dcc59
nixos/bootspec: Fix cross for nixos-system systemBuilder
...
When `nixpkgs.hostPlatform` != `nixpkgs.buildPlatform`, building the
top-level attribute fails since the bootspec portion of the system
builder tries to reference the host platform's `jq`. Change this to
reference the build platform's `jq`.
2023-05-04 20:09:16 -07:00
github-actions[bot]
1b8f2397cf
Merge staging-next into staging
2023-05-05 00:02:42 +00:00
Sandro
3971f4c98c
Merge pull request #226652 from totoroot/remove-qlandkartegt
...
qlandkartegt: remove
2023-05-04 23:07:21 +02:00
K900
57ee58ca54
Merge pull request #229026 from SuperSandro2000/nox-pipewire
...
nixos/no-x-libs: add pipewire
2023-05-05 00:04:09 +03:00
Sandro Jäckel
1b6078a24a
nixos/no-x-libs: add pipewire
2023-05-04 23:03:06 +02:00
github-actions[bot]
1a2b84561d
Merge staging-next into staging
2023-05-04 18:01:54 +00:00
Jonas Chevalier
3d2bdd0788
python: implement PEP 668 ( #229166 )
...
Add a marker file to the python outputs that tells pip and other tooling
following PEP 668 that they should not be installing things system-wide.
This provides better feedback to the user and also potentially avoids issues in
single-user installs where the /nix/store is owned by the user.
For more details, see <https://peps.python.org/pep-0668/ >
Here is how it currently looks like:
$ pip install requests
error: externally-managed-environment
× This environment is externally managed
╰─> This command has been disabled as it tries to modify the immutable
`/nix/store` filesystem.
To use Python with Nix and nixpkgs, have a look at the online documentation:
<https://nixos.org/manual/nixpkgs/stable/#python >.
2023-05-04 18:30:25 +02:00
Rene Hollander
a70c7aba36
nixos/networkd: Fix typo in usage sectionBridgeVLAN
...
The `B` in bridge should be capitalized.
It currently leads to an evuluation error:
```
error: attribute 'sectionbridgeVLAN' missing
at /nix/store/7wmrwj0sgwg1iivxk43lpkqjhji57mq7-source/nixos/modules/system/boot/networkd.nix:2386:56:
2385| example = { VLAN = "10-20"; };
2386| type = types.addCheck (types.attrsOf unitOption) check.network.sectionbridgeVLAN;
| ^
2387| description = lib.mdDoc ''
Did you mean sectionBridgeVLAN?
```
2023-05-04 16:20:56 +02:00
Martin Weinelt
12a2201d61
Merge pull request #229780 from NixOS/home-assistant
...
home-assistant: 2023.4.6 -> 2023.5.0
2023-05-04 15:43:40 +02:00
Weijia Wang
cddc413c66
Merge pull request #229845 from pitkling/fix/qemu-vm-escape-variable
...
virtualisation/qemu-vm: fix unescaped bash variable in shell script
2023-05-04 15:47:26 +03:00
mcnesium
36af786eda
fix ambiguous unicode characters
2023-05-04 12:54:56 +02:00
Jörg Thalheim
be8e3128b9
Merge pull request #223418 from Mic92/grub
...
nixos/grub-install: don't rely on shell to run commands
2023-05-04 09:48:41 +01:00
Peter Kling
996db6d059
virtualisation/qemu-vm: escape bash variable in shell script
...
Fixes #229729
2023-05-04 09:52:49 +02:00
Vladimír Čunát
fb91facda2
nixos/tests/installer.nix: add missing kbd.dev
...
Sometimes the tests fail since splitting kbd.dev in PR #226247
https://hydra.nixos.org/build/218620685/nixlog/2/tail
Apparently the failure isn't 100% reproducible; I don't know how/why.
2023-05-04 08:35:23 +02:00
Martin Weinelt
6d934088ea
nixos/home-assistant: update bluetooth components
2023-05-04 07:33:32 +02:00
Sandro Jäckel
da15c5054e
nixos/nextcloud-notify_push: add bendDomainToLocalhost
2023-05-03 22:41:23 +02:00
Sandro Jäckel
546d4d4b76
nixos/nextcloud: add configureRedis option
2023-05-03 22:40:41 +02:00
Matthias Thym
4138d6a449
qlandkartegt: remove
2023-05-03 21:58:12 +02:00
pennae
aad25290ee
nixos/emacs: restore example markup
...
these examples were turned into untitle anchors previously because at
the time supporting examples was not deemed necessary or useful. now
that we have them we can restore them though.
2023-05-03 19:58:21 +02:00
pennae
407f6196a2
nixos-render-docs: add examples support
...
the nixos manual contains enough examples to support them as a proper
toc entity with specialized rendering, and if in the future the nixpkgs
wants to use nixos-render-docs we will definitely have to support them.
this also allows us to restore some examples that were lost in previous
translation steps because there were too few to add renderer support
back then.
2023-05-03 19:58:21 +02:00
Ryan Lahfa
da28a7a3d0
Merge pull request #228347 from NixOS/uefi-without-bootloaders
...
nixos/qemu-vm: make it possible to use UEFI without bootloaders
2023-05-03 17:08:47 +02:00
Weijia Wang
5d1f6e2d83
Merge pull request #229654 from onny/wordpress62
...
wordpress: 6.1.1 -> 6.2; wordpress6_2: init
2023-05-03 16:34:59 +03:00
Jonas Heinrich
9679582652
wordpress: 6.1.1 -> 6.2; wordpress6_2: init
2023-05-03 13:56:50 +02:00
Michael Livshin
11b851718e
system76-scheduler: don't enable unconditionally
...
Oops :(
2023-05-03 10:34:32 +03:00
Izorkin
edb40b3e4f
nixos/fail2ban: others small update
2023-05-03 08:45:26 +02:00
Izorkin
544ebba973
nixos/fail2ban: update bantime options
2023-05-03 08:45:26 +02:00
Raito Bezarius
6e8248c8b2
nixos/qemu-vm: make it possible to use UEFI without bootloaders
...
`useEFIBoot` is somewhat misleading, but we should make it possible to
enable UEFI environment / firmware without buying into a bootloader.
This makes it possible.
2023-05-02 23:20:03 +02:00
Bernardo Meurer
b04b3345f1
Merge pull request #195082 from cmm/system76-scheduler
2023-05-02 09:25:05 -07:00
Artturi
2d256ca7c2
Merge pull request #227499 from tollb/w20230421d_use_systemd_hwdb_to_build_udev_hwdb
2023-05-02 19:04:06 +03:00
Robert Hensing
c4793e85f1
Merge pull request #229427 from Mic92/hercules-ci-agent
...
nixos/hercules-ci-agent: increase stack limit
2023-05-02 13:42:42 +02:00
Michael Livshin
549fd53520
system76-scheduler: add config module
2023-05-02 13:43:36 +03:00
Martin Weinelt
826418fc35
Merge pull request #227990 from Mic92/mediawiki-webserver
...
nixos/mediawiki: make apache2 optional
2023-05-02 12:39:10 +02:00
Jörg Thalheim
301d6bb9c2
nixos/hercules-ci-agent: increase stack limit
...
see https://github.com/hercules-ci/hercules-ci-agent/pull/451 for context
2023-05-02 09:53:41 +02:00
Jonas Heinrich
d932d6929b
Merge pull request #227401 from onny/maddytls2
...
nixos/maddy: Add tls option
2023-05-02 07:32:56 +02:00
Sandro
7b02d16807
Merge pull request #227973 from tensor5/nixos/nextcloud--fix-notify_push-configuration-parse-error
2023-05-02 01:05:02 +02:00
figsoda
ed153ccbfd
Merge pull request #229209 from Misterio77/navidrome-cfg-package
...
nixos/navidrome: add package option
2023-05-01 18:31:34 -04:00
Gabriel Fontes
1c3c2c8203
nixos/navidrome: add package option
2023-05-01 16:29:17 -03:00
Jörg Thalheim
077e950f7a
nixos/mediawiki: also test fcgi socket
2023-05-01 20:51:11 +02:00
Jörg Thalheim
d309952a5d
nixos/mediawiki: make apache optional
2023-05-01 20:51:11 +02:00
Jonas Heinrich
fcf6662fb5
Merge pull request #229159 from Misterio77/refactor-nextcloud-createlocally
...
nixos/nextcloud: refactor database.createLocally
2023-05-01 20:04:20 +02:00
Jonas Heinrich
616ba4ae5c
nixos/maddy: Add tls option
2023-05-01 19:12:26 +02:00
Gabriel Fontes
fddf531c6f
nixos/nextcloud: refactor database.createLocally
...
Fixes https://github.com/NixOS/nixpkgs/issues/228971
2023-05-01 12:20:40 -03:00
Matthieu Coudron
7fe4909bee
services.datadog: remove python2 from systemd service ( #228312 )
...
which caused a security warning. seems to work without it so let's ditch it
2023-05-01 16:37:34 +02:00
Nick Cao
cb6c1de07d
Merge pull request #229138 from exzombie/fix/fstrim-interval
...
nixos/fstrim: fix overriding the timer interval
2023-05-01 17:23:36 +08:00
Vladimír Čunát
8663481786
Merge #228476 : staging-next 2023-04-27
2023-05-01 11:20:22 +02:00
K900
5c95114a2f
Merge pull request #228951 from aacebedo/aacebedo/asusctl_4.6.2
...
asusctl: 4.5.8 -> 4.6.2
2023-05-01 12:08:37 +03:00
Alexandre Acebedo
576d7d34c4
asusctl: 4.5.8 -> 4.6.2
2023-05-01 11:07:39 +02:00
Weijia Wang
cdefca3d7a
nixos/release-notes: fix typo
2023-05-01 14:21:01 +08:00
github-actions[bot]
7e5a4795a7
Merge master into staging-next
2023-05-01 06:01:42 +00:00
Weijia Wang
b87aa62298
Merge pull request #227936 from wineee/dde
...
nixos/deepin: init
2023-05-01 08:38:45 +03:00
github-actions[bot]
2b265000ed
Merge master into staging-next
2023-04-30 18:01:17 +00:00
Kira Bruneau
50200de3f4
Merge pull request #216230 from tcheronneau/master
...
nixos/{consul-template,vault-agent}: init
2023-04-30 13:53:57 -04:00
gaykitty
3056e9c395
nixos/stargazer: remove with lib
2023-04-30 13:05:34 -03:00
gaykitty
d4f3dd4f71
nixos/stargazer: fix route ordering
2023-04-30 13:05:34 -03:00
Jure Varlec
44438e0dcd
nixos/fstrim: fix overriding the timer interval
...
The OnCalendar systemd setting is additive. To clear the setting defined
by the pre-existing unit file, it has to be set first to an empty
string, then to the desired value.
2023-04-30 17:36:49 +02:00
zimbatm
406a6dfa26
cloud-init module: adopt the settings format
...
This makes it easier to for example set `datasource_list = [ "Vultr" ];`
so that cloud-init doesn't scan trough all of the datasources when you
know on which target the system is going to be deployed.
Previously, one had to copy-paste the default config and adapt it.
2023-04-30 15:08:10 +02:00
zimbatm
4a1fd4afe0
cloud-init module: remove superfluous lib. prefixes
2023-04-30 14:59:16 +02:00
zimbatm
de8b1cf647
cloud-init module: format with nixpkgs-fmt
2023-04-30 14:58:29 +02:00
Nick Cao
1acfbbb2e7
Merge pull request #125865 from eliasp/restic-private-tmp
...
nixos/restic: use private tmp for service unit
2023-04-30 20:37:07 +08:00
github-actions[bot]
5122e188ab
Merge master into staging-next
2023-04-30 12:01:35 +00:00
Ilan Joselevich
a36b310b7a
Merge pull request #228858 from m-bdf/hyprland-xwayland-conditional-default
...
nixos/hyprland: conditionally enable Xwayland
2023-04-30 13:21:53 +03:00
Maximilian Bosch
5c9977a524
Merge pull request #224891 from KFearsoff/fix-grafana-assertions-in-yaml
...
nixos/grafana: fix assertions leaking into YAML
2023-04-30 11:39:48 +02:00
Elias Probst
3bd1c64a5b
nixos/restic: use private tmp for service unit
...
To reduce the danger of accidentally exposing sensitive files processed
by a restic backup to other services/users, enable the `PrivateTmp=`
feature of restic service units, which provides a per service isolation
of `/tmp` and `/var/tmp`.
Co-authored-by: Daniel Nagy <danielnagy@posteo.de>
2023-04-30 10:39:29 +02:00
Sandro Jäckel
ce0a2d2b85
nixos/no-x-libs: disable wayland for mpv
2023-04-30 02:23:41 +02:00
github-actions[bot]
3d5144e385
Merge master into staging-next
2023-04-30 00:02:27 +00:00
Sandro
5d0d352833
Merge pull request #220761 from elesiuta/picosnitch-init
2023-04-30 01:52:10 +02:00
Weijia Wang
acb0a2c266
Merge pull request #228225 from LeSuisse/strongswan-5.9.10
...
strongswan: 5.9.8 -> 5.9.10
2023-04-29 23:08:09 +03:00
Kira Bruneau
f81a619c91
Merge pull request #227916 from IndeedNotJames/lldap
...
lldap: init at 0.4.3; nixos/lldap: init; nixosTests.lldap: init
2023-04-29 15:24:12 -04:00
IndeedNotJames
5eb2e64d80
nixosTests.lldap: init
2023-04-29 21:14:25 +02:00
IndeedNotJames
87ccd1a47b
nixos/lldap: init
...
Co-authored-by: LongerHV <46924944+LongerHV@users.noreply.github.com>
2023-04-29 21:14:25 +02:00
rewine
7f61f65def
nixos/doc: add release note for Deepin Desktop Environment
2023-04-29 22:36:22 +08:00
rewine
d63d98212a
nixos/tests/deepin: init
2023-04-29 22:36:22 +08:00
rewine
d55808c2c0
nixos/deepin: init
2023-04-29 22:36:18 +08:00
rewine
dba20db482
nixos/deepin/app-services: init
2023-04-29 22:29:02 +08:00
rewine
7a6edd6448
nixos/deepin/dde-api: init
2023-04-29 22:29:01 +08:00
rewine
a112e1e8ce
nixos/deepin/dde-daemon: init
2023-04-29 22:29:01 +08:00
github-actions[bot]
9701323277
Merge master into staging-next
2023-04-29 12:01:20 +00:00
Minijackson
0c97d307e6
netbox: 3.4.10 -> 3.5.0
2023-04-29 12:39:32 +02:00
Maëlys Bras de fer
ce70fd28d6
nixos/hyprland: conditionally enable Xwayland
2023-04-29 06:50:47 +00:00
github-actions[bot]
33176679ce
Merge master into staging-next
2023-04-29 06:01:04 +00:00
Maciej Krüger
67283e1d3a
Merge pull request #228721 from cmm/fix/auto-cpufreq
...
auto-cpufreq: actually run as deamon
2023-04-29 04:42:10 +02:00
Raito Bezarius
bc502d0a14
nixos/bootspec: adopt the merged RFC-0125
...
This removes the feature preview warning, enable by default bootspec,
adds a validation flag to prevent Go to go into build-time closure.
This will break all downstream users of bootspec as those changes are
not backward-compatible.
2023-04-28 18:26:11 -07:00
github-actions[bot]
534c4a7623
Merge master into staging-next
2023-04-29 00:02:00 +00:00
Raito Bezarius
f9d741912f
nixos/tests/systemd-repart: use qemu_kvm (host arch) instead of qemu (all arches)
2023-04-29 01:45:54 +02:00
Kira Bruneau
d3ccbe1e55
Merge pull request #228716 from IndeedNotJames/discourse
...
discourse: 3.1.0.beta2 -> 3.1.0.beta4, discourseAllPlugins: update all
2023-04-28 19:32:16 -04:00
happysalada
2909d9b117
vector: 0.28.1 -> 0.29.1
2023-04-28 18:58:41 -04:00
Raito Bezarius
b69534e072
maintainers/scripts/openstack/openstack-image-zfs: use qemu_kvm (host arch) instead of qemu (all arches)
2023-04-28 23:51:24 +02:00
Raito Bezarius
f9c4838812
maintainers/scripts/ec2/amazon-image: use qemu_kvm (host arch) instead of qemu (all arches)
2023-04-28 23:51:07 +02:00
Raito Bezarius
a22826f46a
nixos/lib/make-(multi|single)-disk-zfs-image: use qemu_kvm (host arch) instead of qemu (all arches)
2023-04-28 23:50:44 +02:00
Raito Bezarius
77c0b522b7
nixos/lib/make-disk-image: do not compile a full arch QEMU to convert images
2023-04-28 23:40:57 +02:00
Martin Weinelt
9ebb469697
nixosTests.home-assistant: Test more components
2023-04-28 21:37:52 +02:00
github-actions[bot]
85a45c2a04
Merge master into staging-next
2023-04-28 12:01:08 +00:00
Michael Livshin
ed01157da8
auto-cpufreq: actually run as deamon
...
The upstream service definition uses the (undocumented) --daemon
option, which causes the process to stay running and not exit
immediately.
2023-04-28 14:36:10 +03:00
Weijia Wang
b2ef7956b6
Merge pull request #227560 from jackyliu16/loongnix-commit
...
lib.platforms.loongarch64: init
2023-04-28 13:21:42 +03:00
IndeedNotJames
f88be46556
discourse: 3.1.0.beta2 -> 3.1.0.beta4
...
https://meta.discourse.org/t/3-1-0-beta4-new-notifications-menu-chat-and-sidebar-improvements-security-fixes-and-more/262044
https://meta.discourse.org/t/3-1-0-beta3-search-optimizations-resizable-chat-drawer-new-api-scopes-and-more/258274
diff: https://github.com/discourse/discourse/compare/v3.1.0.beta2..v3.1.0.beta4
2023-04-28 12:14:58 +02:00
jackyliu16
15e3a50bd3
nixos/binfmt: add loongarch64-linux
2023-04-28 12:11:58 +03:00
Domen Kožar
1f1bc4233e
Merge pull request #228669 from sandydoo/fix/nginx-status-page
...
nixos/nginx: serve the status page on localhost servers
2023-04-28 10:52:41 +02:00
sandydoo
2086b377cf
nixos/nginx: serve the status page on localhost servers
...
The status page is inaccessible by default, unless a virtual host is
added with a `server_name` that's not `localhost`.
This commit moves the status page configuration, so that
it's matched before the main server blocks.
2023-04-28 07:20:36 +00:00
github-actions[bot]
bb7e037425
Merge master into staging-next
2023-04-28 00:02:07 +00:00
Timothy DeHerrera
b866d85d5c
nixos(steam): install steam-gamescope
...
Allows to launch from a tty, in addition to display-manager.
2023-04-27 11:59:25 -06:00
Timothy DeHerrera
ca0c899008
nixos(steam): fix when gamescope isn't enabled
2023-04-27 11:59:05 -06:00
github-actions[bot]
4ad6839f0c
Merge master into staging-next
2023-04-27 12:01:14 +00:00
Thomas Gerbet
796121dc9b
tt-rss: unstable-2022-10-15 -> unstable-2023-04-13, module use PHP 8.1
...
Upstream Docker images also uses PHP 8.1.
Diff:
https://git.tt-rss.org/fox/tt-rss.git/diff/?id=0578bf802571781a0a7e3debbbec66437a7d28b4&id2=602e8684258062937d7f554ab7889e8e02318c96
2023-04-27 11:46:38 +02:00
Sinkerine
fbd67ea6c1
zplug: update the output path ( #228284 )
...
* zplug: update the output path
This is a breaking change because the old behavior pollutes the nix profile root
dir with all files in https://github.com/zplug/zplug and needs to be fixed.
I created a corresponding PR in the home manager repo
https://github.com/nix-community/home-manager/pull/3922 . For non HM users, they
will need to update their dependency on `${pkgs.zplug}/init.zsh` to `${pkgs.zplug}/share/zplug/init.zsh`.
* Only add necessary files to $out/share/zplug. Also add the zplug man pages
The LICENSE file is not in the 2.4.2 tag and there's not a release after that. I
would skip adding the license $out/licenses/zplug in this commit.
Reference: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zplug
2023-04-27 10:13:15 +02:00
github-actions[bot]
355eb2c1cd
Merge staging-next into staging
2023-04-27 06:01:52 +00:00
Bobby Rong
a7eb77e921
Merge pull request #228428 from FedericoSchonborn/budgie-desktop-10.7.2
...
budgie.budgie-desktop: 10.7.1 -> 10.7.2
2023-04-27 10:30:01 +08:00
Timothy DeHerrera
ea924e8ec5
Merge pull request #187507 from nrdxp/gamescope-module
...
Launch GameScope/Steam session from Display Manager
2023-04-26 19:03:15 -06:00
github-actions[bot]
0ceaddfbc3
Merge staging-next into staging
2023-04-27 00:02:17 +00:00
Federico Damián Schonborn
e96baa117a
nixos/budgie: Add Zenity
...
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-04-26 20:54:18 -03:00
Colin
855cff92e0
nixos/lemmy: fix documentation links
2023-04-26 18:29:53 -04:00
Robert Hensing
87676d039c
Merge pull request #228133 from name-snrl/fix-nix-in-nixos-generate-config
...
Use `hostPlatform.system` in `nixos-generate-config`
2023-04-26 23:19:55 +02:00
Jonas Heinrich
8ab44af90f
Merge pull request #226141 from e1mo/dokuwiki-23-05
...
nixos/dokuwiki: Finally remove extraConfig
2023-04-26 22:23:12 +02:00
name_snrl
1aa8534f3e
nixos/nixos-generate-config: use hostPlatform.system
instead of calling nix
2023-04-26 23:51:48 +05:00
github-actions[bot]
63a3bd8731
Merge staging-next into staging
2023-04-26 18:01:39 +00:00
Artturi
3ad4a15a7c
Merge pull request #228343 from Artturin/mentiondep1
2023-04-26 20:04:23 +03:00
Vladimír Čunát
d6b863fd9b
Merge #226795 : staging-next 2023-04-18
2023-04-26 18:35:28 +02:00
Artturin
fdc0b6830d
release-notes: mention {build,host,target}Platform deprecation
2023-04-26 19:13:53 +03:00
Yaya
5effdaaa40
nixos/tests/snipe-it: init ( #180772 )
2023-04-26 17:46:15 +02:00
github-actions[bot]
4904bab0a9
Merge staging-next into staging
2023-04-26 06:03:02 +00:00
github-actions[bot]
b32da71ae4
Merge master into staging-next
2023-04-26 06:02:24 +00:00
Bobby Rong
d9293111a9
Merge pull request #227526 from FedericoSchonborn/more-budgie
...
budgie: add plugin support, update default settings
2023-04-26 11:11:24 +08:00
Timothy DeHerrera
449fde8a09
nixos(steam): add gamescope session option
2023-04-25 17:21:32 -06:00
Thomas Gerbet
b4e503a783
strongswan: 5.9.8 -> 5.9.10
...
Fixes CVE-2023-26463: https://www.strongswan.org/blog/2023/03/02/strongswan-vulnerability-%28cve-2023-26463%29.html
Release notes:
https://www.strongswan.org/blog/2023/03/02/strongswan-5.9.10-released.html
https://www.strongswan.org/blog/2023/01/03/strongswan-5.9.9-released.html
2023-04-26 01:08:29 +02:00
r-vdp
4147b878bc
nixos-test-driver: include a timeout for the recv call, do not assume sh == bash
2023-04-26 01:05:53 +02:00
github-actions[bot]
3f176be544
Merge staging-next into staging
2023-04-25 18:01:56 +00:00
github-actions[bot]
2e27a36b4b
Merge master into staging-next
2023-04-25 18:01:17 +00:00
Yureka
e353d3f3d6
nixos/release-notes: add note on rp-pppoe plugin rename
2023-04-25 18:00:12 +02:00
Yureka
c32144bd1d
nixos/tests/pppd: fix with ppp 2.5.0
2023-04-25 18:00:12 +02:00
IndeedNotJames
3e7069bb47
nixosTests.consul-template: init
2023-04-25 16:54:08 +02:00
IndeedNotJames
524fe7ff51
nixosTests.vault-agent: init
2023-04-25 15:58:30 +02:00
Jonas Heinrich
e7e169ca03
Merge pull request #225883 from e1mo/dokuwiki-2023-04-04
...
dokuwiki: 2022-07-31a -> 2023-04-04
2023-04-25 14:02:59 +02:00
github-actions[bot]
a39805cda2
Merge master into staging-next
2023-04-25 12:01:31 +00:00
Jean-François Roche
25671114cd
cloud-init: add udhcpc support ( #226216 )
...
* cloud-init: 22.4 -> 23.1.1
* cloud-init: add udhcpc support
Cloud-init use as dhcp client, dhclient, which is coming from the unmaintained package, isc-dhcp-client (refer https://www.isc.org/dhcp/ ) which ended support in 2022. dhclient is deprecated in nixos
Add patch to use `udhcpc` dhcp client coming from busybox instead.
PR based on #226173
refs #215571
upstream PR: https://github.com/canonical/cloud-init/pull/2125
2023-04-25 13:33:29 +02:00
Sandro
f152e714e5
Merge pull request #199835 from SuperSandro2000/nodejs-normalisation
2023-04-25 13:10:06 +02:00
Minijackson
8f94053a21
nixosTests.early-mount-options: init
2023-04-25 13:07:08 +02:00
Minijackson
b25259e021
nixos/stage-1: follow mount options
...
For fileSystems needed for boot which are bind mounts, busybox tend to
ignore mount options, so we remount right afterwards
2023-04-25 12:47:39 +02:00
Robert Hensing
e207f4a116
nixosTests.nixos-test-driver.node-name: init
2023-04-25 12:21:38 +02:00
Robert Hensing
3ec3d283c5
nixos/tests: extra-python-packages -> nixos-test-driver/extra-python-packages
...
Categorizing the tests for the test driver helps with testing the test driver.
2023-04-25 12:03:15 +02:00
Moritz 'e1mo' Fromm
3dc05fbe40
nixos/bird-lg: Add support for traceroute-flags
2023-04-25 12:00:44 +02:00
Sandro Jäckel
aad577bd30
nodejs*: normalise names to better fit other packages
...
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
Alyssa Ross
d6e84a4574
nixosTest: remove hostname limitations
2023-04-25 08:55:30 +00:00
Moritz 'e1mo' Fromm
a2e2972ff3
nixos/bird-lg: Add maintainers
2023-04-25 10:41:35 +02:00
Moritz 'e1mo' Fromm
b63e0d77b8
nixos/bird-lg: Rework command attribute generation
...
Prior to this change, arguments were not escaped nor was the possiblity
for arguments to be empty accounted for. This led to a kinda broken
startup script were arguments were "shifted", e.g. leaving allowedIPs
empty in order to use the default would cause `--bird` (the following
arguments key) to be used as the value. This was also observable when
e.g. the navbarBrand had a space in it where only everything until the
first space would show up.
With the new approach, all arguments are consistently escaped and empty
ones left out.
`extraConfig` now supports and prefers lists of strings instead of
lines (still supported but warned). This is due to the fragility with
respect to e.g. forgetting trailing backslashes after each line.
`frontend.{servers,domain}` are unset by default since the frontend
needs (the upstream project itself has no empty defaults here) needs
them to be set. If not set, an error is caused at build-time.
`proxy.birdSocket` has a new default: The projects README[^1] states
`/var/run/bird/bird.ctl` as the current default value. And bird2 on
NixOS does use this path too.
[^1]: https://github.com/xddxdd/bird-lg-go#proxy
2023-04-25 10:41:35 +02:00
github-actions[bot]
497ac06266
Merge master into staging-next
2023-04-25 06:01:40 +00:00
Mario Rodas
5249a7ce55
Merge pull request #220812 from anpin/feature/promscale-rebase
...
promscale: 0.10.0 -> 0.17.0
2023-04-24 21:02:25 -05:00
gaykitty
c251c021fe
nixos/stargazer: init
2023-04-24 21:52:19 -03:00
Raito Bezarius
be4e7ef905
nixos/qemu-vm: fix diskless VMs
...
Previously, it was possible to run with a tmpfs / with
`virtualisation.diskImage = null;`, this was likely broken by my changes
in 4b4e4c3ef9
.
It is reintroduced by disabling properly the bootloader for now, as it
is complicated to make it work with.
2023-04-25 02:12:26 +02:00
github-actions[bot]
9908dfacfa
Merge master into staging-next
2023-04-25 00:02:08 +00:00
Guillaume Girol
884ac29401
Merge pull request #227782 from everlanes/roundcube_bugfix_postgresql_passwd
...
nixos/roundcube: fix remote postgresql server
2023-04-24 18:53:21 +00:00
github-actions[bot]
ca90d858e9
Merge master into staging-next
2023-04-24 18:01:06 +00:00
Ryan Lahfa
7812abd3d0
Merge pull request #227881 from NixOS/qemu-vm/mount-host-nix-store
...
nixos/qemu-vm: introduce `virtualisation.mountHostNixStore` option
2023-04-24 19:39:54 +02:00
Nicola Squartini
3b758d4aab
nixos/nextcloud: fix notify_push configuration parse error
...
notify_push is unable to parse functions in PHP configuration, so we
avoid loading the `override.config.php` file.
2023-04-24 17:45:44 +02:00
Jörg Thalheim
c129c9fac0
nixos/mediawiki: drop $wgEmergencyContact setting
2023-04-24 14:25:00 +02:00
Jörg Thalheim
1d2a96eda3
nixos/mediawiki: move virtualHost to httpd.virtualHost
...
This is a preparation to also allow nginx as a http server.
2023-04-24 14:24:52 +02:00
Vladimír Čunát
011bf8f5d9
Merge branch 'master' into staging-next
2023-04-24 08:10:21 +02:00
Thomas
4e8bde773f
nixos/{consul-template,vault-agent}: init
2023-04-24 06:55:57 +02:00
Nick Cao
3e3d82f42c
Merge pull request #227232 from datafoo/nixos-acme-fix-options-type
...
nixos/acme: fix options type
2023-04-24 10:01:04 +08:00
Robert Scott
eab968e43d
Merge pull request #227039 from yorickvP/bump-asterisk
...
asterisk: drop 16, 19, bump 18.16.0 -> 18.17.1, 20.1.0 -> 20.2.1
2023-04-24 00:50:55 +01:00
Sandro
0438816b9e
Merge pull request #226974 from IndeedNotJames/forgejo-build-from-source
2023-04-24 00:04:16 +02:00
Raito Bezarius
0df5257b82
nixos/qemu-vm: introduce virtualisation.mountHostNixStore
option
...
Now that `useBootLoader` produces a full system image, moving disk
images can be slow because they have a full Nix store in them.
It does not make sense to keep the 9p mountpoint to shadow the
/nix/store of the VM.
We disable it if we have `useBootLoader` and introduce an option for
easy overrides.
2023-04-23 23:58:46 +02:00
Sandro
90e2a0670d
Merge pull request #225829 from IndeedNotJames/nixos.consul
2023-04-23 23:50:14 +02:00
Andreas Brinner
9d5dba7170
nixos/roundcube: read only first line of password file
...
Only read the first line of the password file, if has multiple lines.
Mention that behaviour in options documentation.
2023-04-23 21:05:48 +02:00
Yorick van Pelt
0a8004f496
asterisk: drop 16 and 19
...
These will go EOL within the 23.05 support window.
2023-04-23 15:56:57 +02:00
Federico Damián Schonborn
45d0a21ce6
nixos/tests/budgie: Add budgie-analogue-clock-applet
...
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-04-23 10:39:38 -03:00
Federico Damián Schonborn
3c0f50b28c
nixos/budgie: Add services.xserver.desktopManager.budgie.extraPlugins option
...
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-04-23 10:39:37 -03:00
Andreas Brinner
78fb35ce39
nixos/roundcube: extend documentation for passwordFile
...
The passwordFile must be formatted correctly. Added some information
about how the file content should look like.
2023-04-23 14:05:40 +02:00
Andreas Brinner
279eeae178
nixos/roundcube: fix roundcube-setup start
...
When using Roundcube with a non local PostgreSQL database wait for
network start before running roundcube-setup.service
Otherwise the database is not reachable and the service fails.
2023-04-23 13:11:28 +02:00
Andreas Brinner
2af4a9bc09
nixos/roundcube: fix PostgreSQL password
...
Extract PostgreSQL database password for Roundcube from .pgpass file.
The password file is used in two locations:
1. in the Roundcube config.php
2. in the systemd setup service that initializes the roundcube
database
These two services need the password in different formats.
Keep the password file in PostgreSQL standard format and extract the
password for the Roundcube config (see #215986 ).
2023-04-23 13:11:28 +02:00
github-actions[bot]
c1093794b3
Merge master into staging-next
2023-04-22 18:00:58 +00:00
Pavel Anpin
08ddf6f0e3
nixosTests.promscale: add tests for promscale_extension
2023-04-22 21:29:50 +04:00
Will Fancher
e56084d2a0
systemd-stage-1: Revert assertions about initrd commands
2023-04-22 10:25:16 -04:00
Martin Weinelt
f9391cf538
Merge pull request #227557 from davidkna/patch-4
...
nixos/gitea: remove extra `"` in prestart
2023-04-22 15:49:55 +02:00
github-actions[bot]
56aa87374a
Merge master into staging-next
2023-04-22 12:01:17 +00:00
Florian Klink
7ad24e96ea
Merge pull request #226237 from ElvishJerricco/systemd-stage-1-unhide-docs
...
Systemd stage 1: Unhide docs and round out assertions about unsupported features.
2023-04-22 10:02:23 +02:00
Florian Klink
d6eb7caaa1
Merge pull request #227354 from flokli/firefox-web-eid
...
nixos/firefox: add config option for Web eID support
2023-04-22 09:32:06 +02:00
David Knaack
3856e84b79
nixos/gitea: remove extra "
in prestart
2023-04-22 09:12:02 +02:00
Will Fancher
1598338521
systemd-stage-1: Make networkd options shallow
2023-04-21 21:52:38 -04:00
Federico Damián Schonborn
375079d28c
nixos/budgie: Make default backgrounds available in Budgie Control Center
...
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-04-21 21:40:13 -03:00
Bruce Toll
0fce0749b5
nixos/udev: Fix hwdb conflict handling; build with systemdb-hwdb
...
Switch to systemdb-hwdb to build the udev hwdb.bin, as "udevadm hwdb" is
deprecated. This fixes an issue where the order of conflicting keys is
not respected. The systemd-hwdb command creates a newer format (v3) of
hwdb.bin that respects the ordering of duplicate keys, with later
values replacing earlier occurrences.
A release note is included, as some mappings may be affected.
2023-04-21 19:08:37 -04:00
github-actions[bot]
ca0f3efdbe
Merge master into staging-next
2023-04-21 18:01:26 +00:00
Weijia Wang
89d59988a7
Merge pull request #227445 from fgaz/ft2-clone/1.66
...
ft2-clone: 1.65 -> 1.66, fix nixos test
2023-04-21 20:41:19 +03:00
Will Fancher
5c46e6f4e3
systemd-stage-1: Add assertions for unsupported options.
2023-04-21 13:05:12 -04:00
Will Fancher
8f9416e9e3
systemd-stage-1: Unhide documentation
2023-04-21 13:04:15 -04:00
Florian Klink
6b27ed3229
Merge pull request #169116 from ElvishJerricco/systemd-stage-1-networkd
...
Systemd stage 1 networkd
2023-04-21 18:40:59 +02:00
Raito Bezarius
f341151cfa
nixos/tests/pixelfed: init test
2023-04-21 17:39:24 +02:00
bezmuth
51c5aae874
nixos/pixelfed: init module
2023-04-21 17:39:24 +02:00
Jan Tojnar
e25dc4a95e
nixos/nginx: Fix listen string generation
...
This regressed in 327b0cff7a
breaking nixosTests.php, among other things.
2023-04-21 17:18:45 +02:00
Francesco Gazzetta
a4807f566d
nixosTests.ft2-clone: make OCR more robust
2023-04-21 15:35:20 +02:00
github-actions[bot]
aac843d611
Merge master into staging-next
2023-04-21 12:01:11 +00:00
Ryan Lahfa
4b4e4c3ef9
Merge pull request #207039 from NixOS/qemu-boot-disk-using-make-disk-image
...
nixos/qemu-vm: refactor bootDisk using make-disk-image
2023-04-21 13:47:17 +02:00
Ryan Lahfa
d231d9b521
Merge pull request #226871 from apeschar/zfs-curl
...
zfs: enable keylocation=http://
2023-04-21 13:11:17 +02:00
Raito Bezarius
614b83a328
nixos/virtualisation/qemu-vm: remove persistBootDevice option
...
This option has been introduced in 678eed323f
without realizing there was this
PR inflight, unfortunately, it collide with what this PR does and make
it irrelevant.
Therefore, I remove it here.
2023-04-21 13:00:19 +02:00
Raito Bezarius
e3a41f3fec
nixos/tests/bootspec: assert for boot.json rather than bootspec/boot.json
2023-04-21 13:00:19 +02:00
Raito Bezarius
58f4c3944d
nixos/tests(treewide): vdb → vda, vdc → vdb, vdd → vdc, … / bootDevice → rootDevice
2023-04-21 13:00:19 +02:00
Raito Bezarius
76c7b656bf
nixos/qemu-vm: refactor bootDisk generation using make-disk-image
2023-04-21 13:00:18 +02:00
Maximilian Bosch
636e9f7418
Merge pull request #227235 from Ma27/bump-nextcloud
...
nextcloud: 25.0.5 -> 25.0.6, 26.0.0 -> 26.0.1, remove nc24
2023-04-21 11:14:29 +02:00
Weijia Wang
e2d6255e9e
Merge pull request #226882 from wegank/parallels-guests-final
...
systemd.services.prlshprint: fix type
2023-04-21 10:37:11 +03:00
github-actions[bot]
2994ad0fdd
Merge master into staging-next
2023-04-21 06:01:08 +00:00
Nick Cao
515da5b664
Merge pull request #227243 from misuzu/netbird-update
...
netbird: 0.14.6 -> 0.16.0
2023-04-21 13:55:29 +08:00
IndeedNotJames
254180d508
nixosTests.gitea: fix sshd race condition
2023-04-21 03:56:51 +02:00
IndeedNotJames
6ad64af778
nixos/consul: use lib.getExe
where possible
...
which allows the use of custom packages, that may not have binaries called `consul` or `consul-alerts` in their `/bin/*` (though arguably pretty unlikely to be ever used)
2023-04-21 03:46:54 +02:00
IndeedNotJames
9c1f292155
nixos/consul: fix package reference in service $PATH
2023-04-21 03:46:54 +02:00
github-actions[bot]
7fea76bc9d
Merge master into staging-next
2023-04-21 00:02:18 +00:00
Timothy DeHerrera
e30dafc09b
nixos: add module for GameScope
2023-04-20 17:12:21 -06:00
Florian Klink
effa05c052
nixos/firefox: add config option for Web eID support
...
This allows users to set
`programs.firefox.nativeMessagingHosts.euwebid = true` to make the
native companion app available in Firefox.
It's used by the Web eID browser extension
(https://addons.mozilla.org/en/firefox/addon/web-eid-webextension/ ),
which can be tried out at https://web-eid.eu/ - pressing the
"Authenticate" button there should open a new window.
2023-04-21 00:25:44 +02:00
Tom Hubrecht
e41c569429
nixos/authelia: Allow using Unix sockets
2023-04-20 23:53:16 +02:00
Weijia Wang
8b1ef3b06c
Merge pull request #225222 from Luflosi/test-aaaaxy
...
nixos/tests/aaaaxy: init
2023-04-20 22:31:30 +03:00
github-actions[bot]
e4b6ca8521
Merge master into staging-next
2023-04-20 18:01:06 +00:00
K900
69062acc42
Merge pull request #227255 from K900/pipewire-0.3.70
...
[staging-next] pipewire: 0.3.69 -> 0.3.70
2023-04-20 18:03:23 +03:00
K900
7a86a7f9ed
nixos/tests/pipewire: don't enable pipewire in test VM
...
It's not actually used
2023-04-20 18:02:38 +03:00
datafoo
066166cf49
nixos/fail2ban: add extraSettings option
2023-04-20 16:57:24 +02:00
Robert Hensing
73d2aeacf5
Merge pull request #206179 from ThinkChaos/refactor/gitea-settings
...
gitea: new options and settings refactor
2023-04-20 16:53:51 +02:00
Artturi
b83db86a9e
Merge pull request #222080 from Stunkymonkey/nixos-optionalString
2023-04-20 16:07:30 +03:00
misuzu
d5bb5259e4
nixos/netbird: allow configuring dns
2023-04-20 14:22:19 +03:00
Maximilian Bosch
0abc5bcc7e
nixos/nextcloud: for nc26 it's not necessary anymore to set enableBrokenCiphersForSSE
to false
2023-04-20 12:20:52 +02:00
datafoo
2890af5e4b
nixos/acme: fix options type
...
null is a possible default so the type must reflect that.
2023-04-20 11:52:57 +02:00
Maximilian Bosch
430f1dcdbd
nextcloud: remove nextcloud24, 25.0.5 -> 25.0.6, 26.0.0 -> 26.0.1
2023-04-20 11:34:54 +02:00
K900
449e8cd8d1
nixos/plasma5: install kde-inotify-survey
2023-04-20 11:54:06 +03:00
Sandro
84653ac6c7
Merge pull request #226150 from SuperSandro2000/lorri-direnv
...
nixos/lorri: install direnv
2023-04-20 10:49:23 +02:00
Flakebi
603e89eef9
kanidm: BindMount certificate paths
...
Bind mount the base dirs of the tls key and chain into the service.
Make sure to bind every directory just once. The test failed on ofborg
when /nix/store and the certificate path in /nix/store/<some path> were
bound.
2023-04-20 02:32:37 +02:00
Artturi
496c532a03
Merge pull request #105694 from laikq/master
2023-04-19 23:38:05 +03:00
Luke Granger-Brown
9ae46a7cf4
Merge pull request #123357 from R-VdP/virtio_scsi_vendor
...
nixos/nixos-generate-config: include new device ID for virtio_scsi
2023-04-19 18:51:05 +01:00
datafoo
3403ee0602
nixos/fail2ban: add bantime option
2023-04-19 19:18:31 +02:00
Martin Weinelt
daf84cf56c
Merge pull request #227065 from alyssais/nixosTests.power-profiles-daemon-polkit
...
nixosTests.power-profiles-daemon: enable polkit
2023-04-19 18:29:40 +02:00