Josh Hoffer
6295433b2b
installer: only use squashfs threads=multi on supported kernels
...
The `threads` SquashFS mount option was introduced in Linux 6.2 [1].
Since we still support older kernels and external users of nixpkgs
may reuse the ISO installer modules, this option should be guarded
by a kernel version check.
[1] https://www.kernelconfig.io/config_squashfs_choice_decomp_by_mount?arch=x86&kernelversion=6.10.10
2024-09-18 17:27:20 -07:00
Ashish SHUKLA
f6e2fb5e11
nixos/services.tarsnap: fix escapeSystemdPath invocation
2024-09-19 00:12:13 +00:00
wxt
1a742a9f80
nixos/turn-rs: init
2024-09-19 07:33:51 +08:00
Matt Moriarity
4d3d3e46fe
nixos/garage: fix StateDirectory check to work with multiple data_dirs
2024-09-18 17:18:36 -06:00
Matt Moriarity
cb905a5649
nixos/garage: add mjm as maintainer
2024-09-18 17:06:56 -06:00
Matt Moriarity
e4fc65e079
nixos/garage: reformat
2024-09-18 17:05:09 -06:00
h7x4
1a88d90413
nixos/pulseview: init module ( #342878 )
2024-09-19 00:45:04 +02:00
Emily
5320e21a4b
nixos/xen: refactor dom0 configuration ( #324911 )
2024-09-18 23:22:38 +01:00
Robert Schütz
5e89ea3d30
nixos/cdemu: use lib.getExe
2024-09-18 14:39:39 -07:00
hatch01
abc51d1654
nixos/authelia: complete level enum
2024-09-18 23:34:21 +02:00
Nydragon
69ca85cc7b
nixos/pulseview: init module
...
Pulseview needs the libsigrok udev rules to be installed, this module
removes the need for the enduser to think about this dependency.
2024-09-18 23:20:57 +02:00
Fernando Rodrigues
9e5f77a3e2
nixos/xen: refactor dom0 configuration
...
- Cleans up downstream systemd units in favour of using upstream units.
- Xen 4.18 on Nixpkgs now supports EFI booting, so we have an EFI boot
builder here that runs after systemd-boot-builder.py.
- Add more options for setting up dom0 resource limits.
- Adds options for the declarative configuration of oxenstored.
- Disables the automatic bridge configuration, as it was broken.
- Drops legacy BIOS boot
- Adds an EFI boot entry builder script.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
Co-authored-by: Yaroslav Bolyukin <iam@lach.pw>
2024-09-18 17:36:39 -03:00
Arian van Putten
feafed382a
amazon-init: include the general system's software and wrappers in PATH ( #342584 )
2024-09-18 22:03:11 +02:00
Jared Baur
46b97e7f0f
nixos/plasma6: install discover if flatpak is enabled
...
Just like for gnome, we should install the respective PackageKit
frontend for KDE Plasma if flatpak is enabled in the NixOS config.
2024-09-18 10:45:12 -07:00
Robert Hensing
85dee2c70e
nix-serve: Make test reusable and expose linked nix in passthru ( #342778 )
2024-09-18 16:18:09 +02:00
h7x4
50470da36e
nixos/matrix-hookshot: init module ( #323196 )
2024-09-18 16:04:30 +02:00
Adam C. Stephens
7f206b648b
zfs: deprecate latestCompatibleLinuxPackages ( #341596 )
2024-09-18 10:01:00 -04:00
Jörg Thalheim
9098810fa3
nixos/programs/yubikey-touch-detector: expose configuration variables ( #337910 )
2024-09-18 15:56:42 +02:00
Nick Cao
5d9d66572b
nixos/services.mediatomb: fix vlc reference ( #341865 )
2024-09-18 09:26:36 -04:00
Jörg Thalheim
d66f976cee
nixos/generic-extlinux-compatible: add mirroredBoots option ( #335131 )
2024-09-18 14:08:31 +02:00
Robert Hensing
30620e7736
nixosTests.nix-serve: Use new entrypoint
...
This reuses the `pkgs`, so that `pkgs.nixosTests.nix-serve` will
run with the overlays of `pkgs` applied.
2024-09-18 13:42:35 +02:00
Finn Landweber
6974feb92c
nixos/matrix-hookshot: init module
2024-09-18 13:03:42 +02:00
Gautier DI FOLCO
7960660f55
nixos/services.mediatomb: drop not supported transcoding profile for the current vlc version
2024-09-18 00:04:56 +02:00
Gautier DI FOLCO
caf4aa4e10
nixos/services.mediatomb: fix vlc reference
2024-09-18 00:03:31 +02:00
Fabián Heredia Montiel
e25a409cef
nix: 2.18 -> 2.24 ( #335342 )
2024-09-17 15:34:47 -06:00
Fernando Rodrigues
c3fa245245
nixos/xen: format with nixfmt-rfc-style
...
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-09-17 21:02:14 +00:00
h7x4
142e77e733
nixos/doc: add release note about nrfutil repackaging
2024-09-17 22:36:38 +02:00
h7x4
f954d6185c
wstunnel: exclude TLS arguments when enableHTTPS is false ( #342203 )
2024-09-17 21:30:58 +02:00
Graham Christensen
76b614be39
amazon-init: include the general system's software and wrappers in PATH
...
It is surprising that software which was installed by the user at AMI
generation time isn't available to a script run over user data by
default.
When authoring user data to execute at startup, users will now have
more predictable access to baked-in software instead of an extremely
bare-minimum set currently there.
2024-09-17 12:57:43 -04:00
K900
1047f0a6bf
nixos/hostapd: set default channel to auto
...
The current default, 7, is, to put it nicely, absolutely ridiculous.
On 2.4 GHz, the only channels you should use are 1, 6 and 11, because
every other channel overlaps one of those and causes interference.
On 5/6 GHz, channel 7 does not exist at all.
Also, it's 2024, most things will support automatic channel selection,
and those that don't will likely need extra care to support prehistoric
hardware anyway.
2024-09-17 19:07:47 +03:00
nicoo
40e940fae3
doc(livebook): Fix small spelling mistake ( #342373 )
2024-09-17 14:55:22 +00:00
Fabián Heredia Montiel
3029a1f91d
frr: 10.0.1 -> 10.1 ( #342259 )
2024-09-17 07:25:12 -06:00
Adam Stephens
2dbc1128b3
zfs: deprecate latestCompatibleLinuxPackages
...
Using zfs.latestCompatibleLinuxPackages can result in downgrades to the kernel on a system, potentially causing breakage.
This breakage may not be apparent during build and switch, but only after attempting to reboot into the updated generation.
By forcing users to explicitly manage their kernel version, we can ensure that the breakage will be apparent at build time instead.
2024-09-17 08:57:38 -04:00
Sandro
b3c4e7f536
nixos/nvidia: assert open option is manually set on drivers >= 560 ( #339025 )
2024-09-17 11:32:47 +02:00
Aleksana
99d5afb211
nixos/doc: mention "No such file or directory" error on Nextcloud ( #342353 )
2024-09-17 17:30:00 +08:00
Aleksana
e9e4fb40ef
nixos/ly: unlock gnome-keyring on login when enabled ( #341900 )
2024-09-17 16:10:38 +08:00
kirillrdy
14392643b6
nixos/tests/freetube: fix ocr ( #342383 )
2024-09-17 17:36:55 +10:00
Doron Behar
8efaf0d2d6
nixos/tzupdate: use timedatectl to actually set the timezone
...
See also: https://github.com/cdown/tzupdate/issues/135
2024-09-17 09:32:44 +03:00
Doron Behar
94892f8f20
tzupdate: add doronbehar to maintainers
2024-09-17 09:32:14 +03:00
Christina Sørensen
a011aa9e02
nixos/doc: recommend usage of --use-remote-sudo when switching configurations ( #342338 )
2024-09-17 06:09:31 +02:00
Raymond Douglas
e868bfa5b1
wstunnel: exclude TLS arguments when enableHTTPS is false
2024-09-16 14:27:42 -07:00
h7x4
4423e93451
nixos/smartd: set Type = notify on systemd service
2024-09-16 23:21:24 +02:00
Fernando Rodrigues
8bf0396bf6
nixos/doc: alter wording to explain the usage of --use-remote-sudo
...
Also recommends the usage of sudo's -E flag if --use-remote-sudo cannot
be used. This should still be discouraged IMO, as it means Nix may write
root-owned files to the user's home directory.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-09-16 17:55:30 -03:00
ghpzin
adff49b178
nixos/tests/freetube: fix ocr
...
- change text that is waited for on preferences page, as previous one
stopped being recognized by OCR on xorg after freetube update to 0.21.0
- increase timeout from 30 sec to 60 sec as OCR is sometimes slow
2024-09-16 22:56:00 +03:00
Jörg Thalheim
d82fa80488
nixos/services.cloudflared: fix filterConfig ( #342370 )
2024-09-16 21:37:42 +02:00
Jörg Thalheim
ceb3a26ac2
nixos/nixpkgs: fix incorrect lib usage ( #342375 )
2024-09-16 21:36:46 +02:00
David Knaack
b6fed52cbc
nixos/services.snapraid: re-add missing lib. for lib imports
...
Related #335631
2024-09-16 21:10:57 +02:00
Felix Buehler
22cbc6c0f6
nixos/nixpkgs: fix incorrect lib usage
2024-09-16 21:07:34 +02:00
Aos Dabbagh
44a4c266c3
doc(livebook): Fix small spelling mistake
2024-09-16 14:54:45 -04:00
Felix Buehler
4cbff7e5d4
nixos/services.cloudflared: fix filterConfig
2024-09-16 20:47:07 +02:00
seth
43764ae2c3
nixos/nvidia: assert open option is manually set on drivers >= 560
...
This requirement was introduced in
https://github.com/NixOS/nixpkgs/pull/337289 as a way to make sure users
"explicitly pick which version of the driver they want since nvidia
recommends the open one, but that is incompatible with older drivers".
This is reasonable, however the user isn't informed in any real way
aside from the upcoming release notes
This has caused a
[good](https://github.com/NixOS/nixpkgs/pull/337289#issuecomment-2313802016 )
[amount](https://github.com/NixOS/nixpkgs/pull/337289#issuecomment-2318571311 )
[of](https://github.com/NixOS/nixpkgs/issues/338196 )
[confusion](https://github.com/NixOS/nixos-hardware/issues/1092 ) amongst
users. By introducing this assertion and using a new `useOpenModules`
local variable, we can have the same behavior but display a proper error
message to hopefully clear things up until we can safely make this a
default
2024-09-16 13:04:39 -04:00
Maximilian Bosch
3302dc7c34
nixos/doc: mention "No such file or directory" error on Nextcloud
...
That was... interesting to debug. It took a me a bit of reading C code
until I realized that the realpath cache is internally used for
`file_get_contents`, but not for `file_exists` 🙃
I'm not comfortable on doing the workaround in the module, but I think
it's good to have this documented in the manual.
2024-09-16 18:57:10 +02:00
Jörg Thalheim
09b875f827
nixos/syncoid: use local escapeUnitName instead of lib ( #342347 )
2024-09-16 18:49:58 +02:00
Jörg Thalheim
224510cec2
nixos/syncoid: don't prepend escapeUnitName
2024-09-16 18:45:00 +02:00
Fernando Rodrigues
116f14ed36
nixos/doc: replace nixos-rebuild commands running as root by --use-remote-sudo
...
After a discussion on Matrix, it has become clear that building as root
is discouraged, and the (inappropriately named) --use-remote-sudo flag
should be enouraged as the de-facto way to selectively escalate to root
after a system build has finished.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-09-16 16:01:16 +00:00
Connor Baker
58a8cfa7da
Faster SquashFS decompression of Nix Store ( #341149 )
2024-09-16 08:07:40 -07:00
Masum Reza
3a01706964
nixos/nautilus-open-any-terminal: make module function properly ( #342104 )
2024-09-16 19:51:06 +05:30
Jörg Thalheim
0f00e553c5
nixos/buildbot: fix usage of escapeStr ( #342276 )
2024-09-16 14:38:12 +02:00
Weijia Wang
53eac0b4de
nixos/buildbot: fix usage of escapeStr
2024-09-16 13:34:58 +02:00
Eman Resu
f78e6b8839
nautilus-open-any-terminal: add required config from project README so module functions intuitively
...
bb0fe33c48/README.md (nixpkgs-nixos-)
2024-09-16 16:35:08 +05:30
Aleksana
f1580efb3b
maintainers/team-list: add cyberus team ( #331059 )
2024-09-16 18:14:16 +08:00
Markus Theil
83cdec2e16
nixos/tests/frr: fix ping command
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-09-16 11:31:35 +02:00
Sandro
fd3ddb6b60
dnscrypt-wrapper: remove package and NixOS modules ( #341838 )
2024-09-16 11:25:30 +02:00
kirillrdy
51b7b3bddf
flarum: fix installation and migration logic ( #341340 )
2024-09-16 16:58:19 +10:00
KFearsoff
ad11a7357b
maintainers: remove kfears ( #342128 )
...
remove kfears from maintainers
2024-09-16 00:57:14 +02:00
azahi
94c62f5036
nixos/networking.firewall: fix refactor regression
...
This fixes a regression that was introduced in #335631
2024-09-16 01:10:55 +03:00
misuzu
4c1d53818b
nixos/doc: update Installing section ( #341995 )
...
Mention how to set a user password right after installation.
Also don't suggest to use `useradd` to add users.
2024-09-15 20:48:27 +02:00
Masum Reza
a5cfe01240
nixos/shairport-sync: Add pulse group also for pipewire ( #341172 )
2024-09-15 23:39:57 +05:30
Robert James Hernandez
a49a45f85e
scion: individually verify certs in vmTest
2024-09-15 17:54:03 +00:00
Robert James Hernandez
e15e5e8d95
scion: make vmTest handle failured nodes
2024-09-15 17:54:03 +00:00
Sandro
df716be1dc
nixos/release-notes: fix md link in section about gitea ( #342083 )
2024-09-15 18:57:57 +02:00
Maximilian Bosch
1c9765accf
nixos/release-notes: fix md link in section about gitea
...
Reported in https://github.com/NixOS/nixpkgs/pull/336995#discussion_r1760042825 .
2024-09-15 16:38:13 +02:00
Matt Moriarity
768db4009e
nixos: remove environment.noXlibs
2024-09-15 07:51:45 -06:00
Nick Cao
04cc842ee5
nixos/dendrite: fix broken example conf link ( #342056 )
2024-09-15 09:37:32 -04:00
misuzu
2505777e0c
nixos/netbird: remove misuzu as maintainer
2024-09-15 12:57:13 +00:00
M. Ian Graham
70f53bf307
nixos/dendrite: fix broken example conf link
...
Example config yaml has moved to: https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.yaml
2024-09-15 21:31:37 +09:00
Sandro
76d7694a3f
nixos/neo4j: always set http values, even when disabled ( #341586 )
2024-09-15 12:42:20 +02:00
Jörg Thalheim
6bb59d8a47
treewide/nixos: remove with lib; part 4 ( #335631 )
2024-09-15 12:02:25 +02:00
Aleksana
c45a2954a5
nixosTests.bittorrent: Fix pkgs scope ( #293562 )
2024-09-15 17:09:33 +08:00
Jörg Thalheim
b4b8ef5bb6
nixos/network-filesystems/samba: fix eval
2024-09-15 11:02:11 +02:00
Felix Buehler
f1dfc8d363
nixos/virtualisation.vmware.guest: remove with lib;
2024-09-15 10:43:58 +02:00
Felix Buehler
7d7e294262
nixos/virtualbox-image: remove with lib;
2024-09-15 10:43:58 +02:00
Felix Buehler
217557441c
nixos/virtualisation.virtualbox.host: remove with lib;
2024-09-15 10:43:58 +02:00
Felix Buehler
49fe5ca12c
nixos/virtualisation.virtualbox.guest: remove with lib;
2024-09-15 10:43:58 +02:00
Felix Buehler
3cd35f7830
nixos/virtualisation.docker.rootless: remove with lib;
2024-09-15 10:43:58 +02:00
Felix Buehler
dd7ab59690
nixos/services.nfs: remove with lib;
2024-09-15 10:43:58 +02:00
Felix Buehler
a83ffb43de
nixos/boot.tmp: remove with lib;
2024-09-15 10:43:58 +02:00
Felix Buehler
2f7c0a170f
nixos/boot.loader.efi: remove with lib;
2024-09-15 10:43:58 +02:00
Felix Buehler
0a51fdb520
nixos/systemd.enableEmergencyMode: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
91cb7594d0
nixos/boot.initrd.clevis: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
1cd7970bb8
nixos/services.matterbridge: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
252e9bb1e7
nixos/services.lxd-image-server: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
2e30f07cc0
nixos/services.logmein-hamachi: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
196a14a174
nixos/services.lldpd: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
0d57426bae
nixos/services.lambdabot: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
081c71df4b
nixos/services.keybase: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
f3bb24eb64
nixos/services.jotta-cli: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
6c50168c7c
nixos/services.jitsi-videobridge: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
fee0a07c28
nixos/services.jigasi: remove with lib;
2024-09-15 10:43:57 +02:00
Felix Buehler
0cca8e9756
nixos/services.jicofo: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
050c81941d
nixos/services.ivpn: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
aa27551b00
nixos/services.iodine: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
b610b3cac2
nixos/services.inadyn: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
f69dd2df9a
nixos/services.i2p: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
49224ecc3b
nixos/services.htpdate: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
9ceab680a6
nixos/services.haproxy: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
f30e72ffbb
nixos/services.hans: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
a811ef8255
nixos/services.gobgpd: remove with lib;
2024-09-15 10:43:56 +02:00
Felix Buehler
90a98fc103
nixos/services.go-shadowsocks2: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
2ec70782ab
nixos/services.go-neb: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
9ca9ac0b51
nixos/services.go-autoconfig: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
3e72e14a6d
nixos/services.gnunet: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
7a65f58698
nixos/services.globalprotect: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
878c5dc6eb
nixos/services.gitDaemon: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
0b865525e8
nixos/services.gdomap: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
d0901224e1
nixos/services.gateone: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
191b68cd26
nixos/services.frr: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
fdcec053e6
nixos/services.frp: remove with lib;
2024-09-15 10:43:55 +02:00
Felix Buehler
7cc95389d1
nixos/services.freeradius: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
a49fa6ee3b
nixos/services.freenet: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
688b08939c
nixos/services.flannel: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
00d0e3ba98
nixos/networking.firewall: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
e915ced804
nixos/networking.firewall.nftables: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
15edaa6e16
nixos/networking.firewall.iptables: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
f12d3df878
nixos/services.fireqos: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
17f8650ace
nixos/services.ferm: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
abc0a6e035
nixos/services.expressvpn: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
19e88959ef
nixos/services.eternal-terminal: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
6233a59db3
nixos/services.epmd: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
a09250d8ab
nixos/services.envoy: remove with lib;
2024-09-15 10:43:54 +02:00
Felix Buehler
aa2c039ab0
nixos/services.ejabberd: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
e59cdc8e99
nixos/services.doh-proxy-rust: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
504abe12d1
nixos/services.dnsmasq: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
3a05a07ef7
nixos/services.dnsdist: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
56576f90e3
nixos/services.dnscache: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
630754ae20
nixos/networking.dhcpcd: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
8681b42c62
nixos/services.ddclient: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
657cd334e6
nixos/services.dante: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
4589149299
nixos/services.create_ap: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
7fcd972c94
nixos/services.coturn: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
bd2d5c89ce
nixos/services.corerad: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
c4bbbbbb10
nixos/services.coredns: remove with lib;
2024-09-15 10:43:53 +02:00
Felix Buehler
6c6b5e7f80
nixos/services.consul: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
5438332690
nixos/services.cntlm: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
5506afac27
nixos/services.cloudflared: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
14f2d0a94b
nixos/services.cloudflare-dyndns: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
a3c69c111e
nixos/services.clatd: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
742185f18c
nixos/services.cjdns: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
f6077c6bcd
nixos/services.chisel-server: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
87c989da08
nixos/services.cgit: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
8e6795a029
nixos/services.blocky: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
939ba8a2c3
nixos/services.blockbook-frontend: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
d9c47dac16
nixos/services.bitlbee: remove with lib;
2024-09-15 10:43:52 +02:00
Felix Buehler
416649cbe6
nixos/services.birdwatcher: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
c666e7b2dd
nixos/services.bird-lg: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
9ce866bc9b
nixos/services.bind: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
42facf73b7
nixos/services.biboumi: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
6bf37cd201
nixos/services.bee: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
7da36d70ff
nixos/services.babeld: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
eb8d4ed264
nixos/services.avahi: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
d861803952
nixos/services.autossh: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
06032d6956
nixos/services.atftpd: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
681161adb6
nixos/services.asterisk: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
d63146859b
nixos/services.amule: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
46dc82d477
nixos/services.alice-lg: remove with lib;
2024-09-15 10:43:51 +02:00
Felix Buehler
b1bbe81c8d
nixos/services.adguardhome: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
02bb53fbc3
nixos/services._3proxy: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
76831f7a1b
nixos/services.yandex-disk: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
bc58f67812
nixos/services.xtreemfs: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
9ffa253b87
nixos/services.webdav: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
e71c09b8f8
nixos/services.webdav-server-rs: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
43235a1a61
nixos/services.u9fs: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
443dc608d2
nixos/services.tahoe: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
f0f841be80
nixos/services.samba: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
4174027fe9
nixos/services.samba-wsdd: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
442fa2e366
nixos/services.rsyncd: remove with lib;
2024-09-15 10:43:50 +02:00
Felix Buehler
23fed458df
nixos/services.orangefs.server: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
6f4eeb7722
nixos/services.orangefs.client: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
e14a371aac
nixos/services.nfs.server: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
808c6a991b
nixos/services.netatalk: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
fb9b81cec5
nixos/services.moosefs: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
6bf4d51606
nixos/services.litestream: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
8f72002794
nixos/services.kubo: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
c51036c276
nixos/services.kbfs: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
d70aff4804
nixos/services.gogs: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
691cc4462a
nixos/services.gitolite: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
a19107dd8a
nixos/services.rss2email: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
4b4b2cca1b
nixos/services.rspamd-trainer: remove with lib;
2024-09-15 10:43:49 +02:00
Felix Buehler
9faf712298
nixos/services.bamf: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
13c9b59247
nixos/services.accounts-daemon: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
7d32787294
nixos/services.etcd: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
d43e1678e7
nixos/services.buildbot-master: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
2dc19bf4e0
nixos/services.torque.server: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
5b4982c0e0
nixos/services.torque.mom: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
7108ded8fe
nixos/services.slurm: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
af42ae4352
nixos/services.foldingathome: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
c37db9c3ee
nixos/services.boinc: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
400d31aeb5
nixos/services.spark: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
7e25c525fe
nixos/services.rke2: remove with lib;
2024-09-15 10:43:48 +02:00
Felix Buehler
92566faf1c
nixos/services.patroni: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
7b141e6b8f
nixos/services.pacemaker: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
980a655feb
nixos/services.kubernetes.addons.dns: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
6ebec4f097
nixos/services.k3s: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
1a519763fb
nixos/services.lighthouse: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
1674361601
nixos/services.geth: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
bf759e5dd4
nixos/services.erigon: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
561d58c49c
nixos/services.zrepl: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
8a7d699812
nixos/services.zfs.autoReplication: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
e53c595a18
nixos/services.tarsnap: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
8442ed34ac
nixos/services.syncoid: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
48d46271cb
nixos/services.snapraid: remove with lib;
2024-09-15 10:43:47 +02:00
Felix Buehler
4682ba9d88
nixos/services.sanoid: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
dfb290a6c6
nixos/services.rsnapshot: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
27f54eb43e
nixos/services.restic.backups: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
9ad1866434
nixos/services.restic.server: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
dee892a446
nixos/services.postgresqlWalReceiver: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
5c0e7f70a5
nixos/services.postgresqlBackup: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
02145eb692
nixos/services.mysqlBackup: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
5e67f3e4c8
nixos/services.pgadmin: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
b0d554537c
nixos/security.pam: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
c99cbe65c4
nixos/security: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
30c85fe74d
nixos/wordlist: remove with lib;
2024-09-15 10:43:46 +02:00
Felix Buehler
609e57485d
nixos/nixpkgs: remove with lib;
2024-09-15 10:43:45 +02:00
Felix Buehler
6af918a564
nixos/flake: remove with lib;
2024-09-15 10:43:45 +02:00
Felix Buehler
de2bbebb7f
nixos/installer.scan: remove with lib;
2024-09-15 10:43:45 +02:00
Felix Buehler
e6da97a160
nixos/installation-cd-graphical-base: remove with lib;
2024-09-15 10:43:45 +02:00
Felix Buehler
a15394d51a
nixos/iso-image: remove with lib;
2024-09-15 10:43:45 +02:00
figboy9
1dba027ae9
nixos/veilid: format module-list with nixfmt-rfc-style
2024-09-15 10:40:44 +09:00
figboy9
ca5cb00a4c
nixos/veilid: format with nixfmt-rfc-style
2024-09-15 10:37:36 +09:00
figboy9
a01561ab26
nixos/veilid: add a description of options
2024-09-15 10:35:52 +09:00
Albert Safin
afb0b0ee58
nixos/collabora-online: init
2024-09-14 21:24:30 +00:00
Arjan Schrijver
ca139acf0e
nixos/ly: unlock gnome-keyring on login when enabled
2024-09-14 20:44:41 +02:00
OPNA2608
d2cf5dda65
nixosTests.terminal-emulators: Disable lomiri-terminal-app colour test
...
02a4d9a728 made the colour output of the terminal(?) in the icewm environment
on x86_64 BGR instead of RGB, but not on aarch64. Just disable for now.
2024-09-14 20:21:20 +02:00
Julien Malka
d9d07251f1
nixos/systemd-boot: Fix regression in builder script ( #323962 )
2024-09-14 19:15:42 +02:00
rnhmjoj
016f6f9f58
dnscrypt-wrapper: remove package and NixOS modules
2024-09-14 17:22:48 +02:00
7c6f434c
d0809c6f4e
curl-impersonate: 0.6.1 -> 0.7.0 ( #333589 )
2024-09-14 12:34:43 +00:00
Pascal Bach
b6c754755c
nixos/paperless: fix documentation url
...
The original paperless project is archived
Co-authored-by: Antoine Martin <antoine97.martin@gmail.com>
2024-09-14 14:19:17 +02:00
Tomodachi94
b86ba024bd
nixos/paperless: add system-paperless.slice
...
Non-breaking change.
Part of #279915 .
2024-09-14 14:19:17 +02:00
Michele Guerini Rocco
168c2b9dec
nixos/tests/libreswan: fix test ( #341785 )
2024-09-14 13:45:11 +02:00
figboy9
16002b1628
fix systemd service based on veilid package
2024-09-14 18:25:26 +09:00
figboy9
55a594468a
change dataDir
2024-09-14 18:20:01 +09:00
figboy9
0ea2046bc5
make opening the firewall optional
2024-09-14 18:15:14 +09:00
figboy9
318014034a
reduce options
2024-09-14 18:03:02 +09:00
Aleksana
4539b91ab3
tandoor-recipes: Fix formatting string ( #341353 )
2024-09-14 16:18:35 +08:00
Euan Kemp
554ec1c0f0
nixos/tests: add postgresql wal2json test
...
This test should ensure wal2json functions.
I'm planning to upgrade wal2json, so it seems nice to have a test here.
It passes on my machine.
2024-09-14 05:17:49 +00:00
Aleksana
36316edca3
nixos/samba: accept lists ( #341244 )
2024-09-14 09:30:23 +08:00
Adam C. Stephens
cc94fb3033
nixos/profiles/minimal: drop noXLibs ( #341681 )
2024-09-13 20:40:36 -04:00
Yt
2ac0a6697a
nixos/windmill: add database.url option and defaults ( #341675 )
2024-09-13 23:07:19 +00:00
Sandro
da1b2b5adb
nixos/profiles/minimal: drop noXLibs
...
noXLibs is an advanced option for advanced users which know how to recognize and debug build failures which might be caused by the added overlays.
The minimal profile should be minimal but also save to use for many people and not cause build failures in packages it really shouldn't.
2024-09-14 00:59:14 +02:00
Robert Schütz
4c8a43881f
nixos/samba: accept lists
2024-09-13 15:33:49 -07:00
tmarkov
b44fdbfc11
nixos/windmill: add database.url option and defaults
2024-09-14 00:36:55 +03:00
Felix Bühler
17c73de8dc
nixos/services.xserver.desktopManager.phosh: remove with lib; ( #341243 )
2024-09-13 22:15:01 +02:00
Peder Bergebakken Sundt
01f064c99c
nixos/tests/gitdaemon: fix user and group ( #340517 )
2024-09-13 16:39:46 +02:00
eyjhb
7c545e26a3
nixos/neo4j: always set http values, even when disabled
2024-09-13 15:22:34 +02:00
Parker Hoyes
c960ba48d1
nixos/nix-daemon: Enable cgroups delegation ( #339310 )
...
When `use-cgroups` is enabled, the nix daemon creates sub-cgroups for the build processes (and itself if NixOS/nix#11412 is merged, see NixOS/nix#9675 ). `Delegate` should be set to prevent systemd from messing with the nix service's cgroups (https://github.com/systemd/systemd/blob/main/docs/CGROUP_DELEGATION.md ) and ensure the OOM killer only targets the offending derivation and not the entire service (NixOS/nix#10374 ).
2024-09-13 16:08:29 +03:00
Robert Hensing
ac849e5658
nixos/nix-fallback-paths: 2.24.2 -> 2.24.6
2024-09-13 13:37:46 +02:00
Weijia Wang
7cd6534e42
linuxPackages_latest.prl-tools: 19.4.1-54985 -> 20.0.0-55653 ( #341283 )
2024-09-13 11:50:54 +02:00
K900
b1239b59f9
nixos/installer/cd-dvd: use EFI/BOOT and EFI/BOOT/BOOT$ARCH.EFI for paths ( #287798 )
2024-09-13 12:11:21 +03:00
Raito Bezarius
4a94f45bb4
nixos/installer/cd-dvd: use EFI/BOOT and EFI/BOOT/BOOT$ARCH.EFI rather than lowercase
...
Reported in https://discourse.nixos.org/t/nix-iso-unable-to-boot-in-uefi-mode-but-other-distros-can/16473/24
There seems to be weird situations with casing and FAT8.3 filenames, UEFI firmwares and what not.
To increase our compatibility, let's ensure we have the critical stuff (the bootable) in uppercase.
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-09-13 04:23:53 -04:00
Peder Bergebakken Sundt
c3dabc54aa
security/dhparams: shellcheck fixes ( #340492 )
2024-09-13 02:52:09 +02:00
Weijia Wang
e3f68dc015
opentelemetry-collector: 0.103.0 -> 0.109.0 ( #325509 )
2024-09-12 23:10:49 +02:00
Pascal Bach
e7bcab801c
nixos/samba: ensure global section is always first
...
The order of the [global] section matters as settings
defined there are only applied to shares that are defines
after it.
2024-09-12 21:08:24 +02:00
Jacek Galowicz
60ed2a00ed
nixosTests.bittorrent: Format
2024-09-12 20:25:55 +02:00
Jacek Galowicz
6618ec06cc
nixosTests.bittorrent: Fix pkgs scope
2024-09-12 20:25:49 +02:00
codgician
0d25a978f2
parallels-guest: remove autoMountShares
2024-09-13 00:47:01 +08:00
K900
9d3c35b682
nixos/qemu-vm: force enable switch-to-configuration when installing bootloader ( #341288 )
2024-09-12 19:10:53 +03:00
Michael Hoang
d25d241e38
Update nixos/modules/services/networking/tailscale.nix
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-09-12 23:06:23 +10:00
Gaétan Lepage
d4474ed33b
nixos/invidious: add options for configuring inv-sig-helper ( #340748 )
2024-09-12 14:57:57 +02:00
K900
2bc5aac960
nixos/lib/testing: enable stc by default for installBootLoader VMs
2024-09-12 15:44:02 +03:00
K900
5cef278170
nixos/qemu-vm: expose installBootLoader as an option, assert when it's enabled without stc
...
We need stc to actually, well, install the bootloader.
2024-09-12 15:43:28 +03:00
Aaron Andersen
768f41fcf0
Revert "nixos/openvpn: add extraArgs option" ( #341223 )
2024-09-12 06:34:16 -04:00
Victor Engmark
19c3ea3fdd
tandoor-recipes: Fix formatting string
...
And clarify the message, since some of the URLs it refuses to try to
visit are just "#".
2024-09-12 21:29:43 +12:00
Florian Agbuya
317a52a757
flarum: fix installation and migration logic
2024-09-12 16:14:41 +08:00
⛧-440729 [sophie]
81b0701a4d
nixos/invidious: add options for configuring inv-sig-helper
2024-09-12 09:08:02 +02:00
Aleksana
5126cb8d1f
ankisyncd: remove ( #333609 )
2024-09-12 09:13:29 +08:00
Jean-François Roche
251b0c958f
nixos/systemd-boot: Fix regression in builder script
...
Avoid running Python scripts in the root of the package, as this
triggers `os.listdir` on the Nix store directory during import. This
operation can be time-consuming on large store directories
(see issue #283795 for more details).
The issue was initially fixed in #284153 but was reverted in #306339 .
Co-authored-by: Sönke Hahn <soenkehahn@gmail.com>
2024-09-12 01:29:32 +02:00
nikstur
24526ed710
nixos/userborn: respect createHome and convert home from path to string ( #341180 )
2024-09-11 23:44:34 +02:00
rnhmjoj
f8ec1e4e82
nixos/tests/libreswan: fix test
...
It was broken by the introduction of automatic IPv6 addressing in the
test infrastructure.
2024-09-11 22:39:23 +02:00
Felix Buehler
2b6ef00729
nixos/services.xserver.desktopManager.phosh: remove with lib;
2024-09-11 22:25:00 +02:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant ( #341075 )
2024-09-11 22:24:23 +02:00
Bjørn Forsman
1cb392fdcd
nixos/ups: set env vars in the global environment
...
This allows using upsdrvctl interactively, which otherwise tries to use
a missing ups.conf in the Nix store, instead of the correct
/etc/nut/ups.conf.
2024-09-11 21:14:48 +02:00
Bjørn Forsman
801388a6fa
nixos/ups: deduplicate environment variables
...
No functional change, but more DRY.
2024-09-11 21:14:48 +02:00
Michele Guerini Rocco
b94f259714
nixos/wireless: reimplement secrets using ext_password_backend ( #180872 )
2024-09-11 19:58:36 +02:00
Aaron Andersen
45dd09667f
Revert "nixos/openvpn: add extraArgs option"
2024-09-11 12:59:03 -04:00
Felix Bühler
686fa55f27
nixos/iso-image: remove with lib; ( #339102 )
2024-09-11 18:57:35 +02:00
Felix Bühler
3884721bad
nixos/services.mpd: remove with lib; ( #339100 )
2024-09-11 17:22:14 +02:00
Weijia Wang
031eb8aa79
nixos/opentelemetry-collector: fix tests
2024-09-11 14:11:28 +02:00
Lin Yinfeng
33e796b66f
nixos/userborn: convert users.users.<name>.home to string
...
If `opts.home` is not a string, an evaluation failure occurs in
`mapAttrs'`. Converting `opts.home` to string solves this issue.
The type of `users.users.<name>.home` is `lib.types.path`. Values
other than strings, e.g., derivations can also have the type
`lib.types.path`.
2024-09-11 18:28:58 +08:00
Lin Yinfeng
d3fdfb473d
nixos/userborn: support users.users.<name>.createHome
2024-09-11 18:09:29 +08:00
John Titor
1c7e6a2de9
nixos/shairport-sync: Add pulse group also for pipewire
...
Works according to https://github.com/mikebrady/shairport-sync/issues/1171
From 0e4664b497
2024-09-11 15:21:14 +05:30
nikstur
2eeebc0d5d
userborn: 0.1.0 -> 0.2.0 ( #341039 )
2024-09-11 11:17:57 +02:00
Robert Cambridge
08afe03265
fix bug where nix store DB would not be loadable if root was not mounted on /
2024-09-11 09:59:22 +02:00
Robert Cambridge
52bb3ddb86
fix bug where sdImage.expandOnBoot=false would prevent nix-store from loading DB
2024-09-11 09:59:10 +02:00
Dominique Martinet
2b5ca0f433
ankisyncd: remove
2024-09-11 13:53:06 +08:00
Josh Hoffer
d308cfcb38
nixos/netboot: mount squashfs with threads=multi
2024-09-10 22:02:20 -07:00
Josh Hoffer
ff8b2d5162
nixos/iso-image: mount squashfs with threads=multi
2024-09-10 22:01:39 -07:00
Aaron Andersen
7398438255
nixos/openvpn: add extraArgs option ( #339016 )
2024-09-10 19:36:32 -04:00
Emily
1a55636200
nixos/dokuwiki: don’t use lib.escapeShellArg ( #340309 )
2024-09-11 00:34:05 +01:00
Robert Hensing
556d5d4789
nixos/rl-2411: Add Nix update
2024-09-10 23:23:55 +02:00
Robert Hensing
2e702d07bb
nix: nix_2_18 -> nix_2_24
2024-09-10 23:20:48 +02:00
Felix Bühler
c4dd50a721
nixos/services.snapserver: remove with lib; ( #339099 )
2024-09-10 22:17:09 +02:00
Felix Bühler
6cc52ec011
nixos/services.graphite: remove with lib; ( #339095 )
2024-09-10 22:15:56 +02:00
Rick van Schijndel
cbf48cea2d
activation: avoid error due to unset PATH variable ( #340488 )
2024-09-10 21:58:24 +02:00
Felix Bühler
dc5ff75973
nixos/services.portunus: remove with lib; ( #339097 )
2024-09-10 21:41:55 +02:00
Felix Bühler
9ac4d48271
nixos/services.borgbackup: remove with lib; ( #339098 )
2024-09-10 21:41:29 +02:00
Felix Bühler
2954826541
nixos/services.taskserver: remove with lib; ( #339104 )
2024-09-10 21:41:05 +02:00
Felix Buehler
674e5ad68a
nixos/services.mpd: remove with lib;
2024-09-10 21:40:16 +02:00
Felix Buehler
e3ee1a97d4
nixos/iso-image: remove with lib;
2024-09-10 21:36:16 +02:00
Felix Bühler
7a46626d03
nixos/services.rippled: remove with lib; ( #339106 )
2024-09-10 21:35:12 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
Adam C. Stephens
fbbafbb834
nixos/services.radicle: remove with lib; ( #339105 )
2024-09-10 12:00:35 -04:00
Artturin
95db943c8d
nixos/teeworlds: add option environmentFile for injecting secrets ( #334590 )
2024-09-10 18:30:00 +03:00
nikstur
e31bb09912
nixos/tests/userborn: add pwck and grpck
2024-09-10 17:26:28 +02:00
Artturin
7a199f5dd6
nixos/doc: add documentation for formats.hocon and formats.libconfig ( #320339 )
2024-09-10 18:26:10 +03:00
r-vdp
1f38ed7013
nixos/tests: fix nixos-rebuild-specialisations test
...
See https://hydra.nixos.org/build/272096143
2024-09-10 16:54:34 +02:00
Aleksana
1579b92dd4
todesk: init at 4.7.2.0 ( #310474 )
2024-09-10 21:42:59 +08:00
r-vdp
a03d5e6f56
waybar: the systemd unit is coming from the package now
2024-09-10 14:12:45 +02:00
Kerstin
5a39b9e407
Gancio service fixes ( #340782 )
2024-09-10 13:34:07 +02:00
Jean-Baptiste Giraudeau
3a33b6c3a8
nixos/gancio: set default value for settings.baseurl
2024-09-10 13:13:32 +02:00
Jean-Baptiste Giraudeau
432bfec026
nixos/gancio: use unix socket between nginx and gancio
2024-09-10 13:13:28 +02:00
nicoo
9e5a44bcfc
nixos/podman: set preferLocalBuild on trivial runCommands ( #340980 )
2024-09-10 10:53:46 +00:00
eyjhb
a719f91a85
nixos/teeworlds: use lib.getExe instead of hardcoded path
2024-09-10 11:40:24 +02:00
eyjhb
e233e7d385
nixos/teeworlds: add option environmentFile for injecting secrets
2024-09-10 11:39:55 +02:00
h7x4
c2090cb303
wstunnel: the ping frequency can now also be configured for the server ( #339232 )
2024-09-10 10:27:42 +02:00
Vladimír Čunát
28e9b6d60f
Merge staging-next 2024-09-01 ( #338840 )
2024-09-10 07:42:45 +02:00
Maximilian Bosch
86af11a626
Merge: prometheus-pgbouncer-exporter: 0.8.0 -> 0.9.0, fix secrets handling ( #340852 )
2024-09-10 07:23:10 +02:00
Martin Weinelt
4cec81a995
Revert "modules/virtualisation: add shared options, merge various diskSize options" ( #340894 )
...
Breaks evaluation of all nixos tests, and is therefore a channel blocker.
2024-09-10 03:12:55 +02:00
github-actions[bot]
6811659137
Merge master into staging-next
2024-09-10 00:13:21 +00:00
Artturin
833c74afa4
kexec: fix shellcheck issues ( #340487 )
2024-09-09 23:38:36 +03:00
Jonas Chevalier
7c4dde339a
modules/virtualisation: add shared options, merge various diskSize options ( #339535 )
2024-09-09 21:23:11 +02:00
Maximilian Bosch
862ecd674f
nixos/prometheus-exporters/pgbouncer: don't leak DB password into cmdline
...
Since `connectionStringFile` reads the file and puts it into the
invocation of the exporter, it's part of the cmdline and thus
effectively world-readable.
Added a new `connectionEnvFile` which is supposed to be an environment
file of the form
PGBOUNCER_EXPORTER_CONNECTION_STRING=...
that will be added to the systemd service. The exporter will read the
connection string from that value.
2024-09-09 21:08:17 +02:00
Maximilian Bosch
4980a7d938
nixos/prometheus-exporters: fix assertions declared in exporter modules
...
And it turns out, the test was using a removed option all along 🙃
2024-09-09 21:08:17 +02:00
Martin Weinelt
58aa6d56f6
nixos/matrix-appservice-irc: allow disabling the ttl by setting it to 0 ( #340841 )
2024-09-09 20:58:45 +02:00
Martin Weinelt
420398889e
nixos/matrix-appservice-irc: allow disabling media lifetime
...
Posting media URLs to IRC that vanish, when they can be refetched from
the remote server they were originated from is not great UX.
2024-09-09 20:35:13 +02:00
Rick van Schijndel
f6b2548c60
nixos/hydra: unset SSL_CERT_FILE ( #338536 )
2024-09-09 20:29:36 +02:00
github-actions[bot]
a90b3d5ddb
Merge master into staging-next
2024-09-09 18:05:44 +00:00
Rick van Schijndel
0eb77d8da5
nixos/hydra: add system-hydra.slice, fix typo ( #338532 )
2024-09-09 19:47:21 +02:00
Felix Bühler
3ffbdee67c
nixos/services.snapper: remove with lib; ( #339096 )
2024-09-09 18:36:49 +02:00
github-actions[bot]
f3e8528ff7
Merge master into staging-next
2024-09-09 14:31:17 +00:00
Jean-Baptiste Giraudeau
58ec286785
nixos/gancio: actually enable ssl by default.
2024-09-09 15:48:52 +02:00
K900
cb1b8436a3
nixos-install: fail if we can't set up bootloader ( #340522 )
2024-09-09 16:21:54 +03:00
K900
a9c0a2e2a1
nixos/tests: don't include switch-to-configuration in DUT by default ( #340445 )
2024-09-09 16:20:41 +03:00
Artturin
320ecf42ba
nixos/tests/gnupg: fix prompt handling ( #340738 )
2024-09-09 15:38:18 +03:00
github-actions[bot]
90a93f92bb
Merge master into staging-next
2024-09-09 12:05:58 +00:00
Artturin
b6de6dc0b1
nixosTests.hocker-fetchdocker: remove ( #327293 )
2024-09-09 14:28:26 +03:00
ghpzin
b0caae5c29
nixos/tests/gnupg: fix prompt handling
...
- change send_chars and wait_until_tty_matches to handle
new password prompt in one TUI. Switching with tab between enter
and re-enter of password
2024-09-09 14:13:18 +03:00
Jacek Galowicz
5aae39d683
nixos/testing: Fix graphical tty output ( #339730 )
2024-09-09 10:23:37 +02:00
github-actions[bot]
92d531057e
Merge master into staging-next
2024-09-09 06:05:06 +00:00
Aleksana
12f0b2ff82
systemd-boot: Add option for consoleMode to support SteamDeck ( #340597 )
2024-09-09 12:10:20 +08:00
Aleksana
03e62e5bc3
podman: drop slirp4netns which has been replaced by passt ( #313670 )
2024-09-09 09:53:33 +08:00