Robert Hensing
39b10ad867
Merge pull request #198294 from edolstra/no-toString
...
nixos/modules/misc/documentation.nix: Don't use toString on a path
2022-10-28 22:28:08 +02:00
pennae
15372dc4d4
nixos/mosquitto: clarify hashedPassword generation
...
unfortunately we cannot use other tools (like mkpasswd) instead of
mosquitto_passwd because mosquitto is incompatible with the standard
crypt format.
2022-10-28 17:39:30 +02:00
Eelco Dolstra
2e860868fe
nixos/modules/misc/documentation.nix: Don't use toString on a path
...
It gives a warning on the lazy-trees branch of Nix
(https://github.com/NixOS/nix/pull/6530 ) and should generally be
avoided because it causes an unnecessary copy to the store.
2022-10-28 17:05:03 +02:00
Naïm Favier
94d24f136e
nixos/vdirsyncer: fix description
2022-10-28 11:59:34 +02:00
ajs124
32cf6b29ab
Merge pull request #194291 from bronson/sort-etc-clean
...
Sort /etc/.clean to reduce spurious file changes
2022-10-28 00:47:15 +02:00
Sandro
432e5e65a9
Merge pull request #197104 from Luflosi/kubo-RFC42
2022-10-27 23:48:33 +02:00
Patrick Jackson
1c1af8d2f2
nixos/mullvad-vpn: add patricksjackson to maintainers
2022-10-27 12:38:48 -07:00
Patrick Jackson
3aa131978d
nixos/mullvad-vpn: add the package option
2022-10-27 12:38:48 -07:00
Robert Hensing
8837a5d68e
Merge pull request #195681 from maifel-maifel/mr-containers-hostPlatform
...
nixos/containers: now uses nixpkgs.hostPlatform
2022-10-27 17:52:45 +02:00
Martin Weinelt
96d7f29087
Merge pull request #176553 from MalteT/fix/smartctl-exporter-override
2022-10-27 15:50:54 +02:00
Rafal Proszowski
2c9700acf0
nixos/sonarr: add package option
2022-10-27 08:49:23 -04:00
Bernardo Meurer
948fd41c77
Merge pull request #198056 from hercules-ci/nixos-fix-nixpkgs-assertion-when-pkgs-is-set
2022-10-27 12:58:11 +01:00
Robert Hensing
5d663a9171
nixos/nixpkgs.nix: Fix assertion when nixpkgs.pkgs is set
2022-10-27 13:41:01 +02:00
Jörg Thalheim
263575432d
Merge pull request #198008 from danielbarter/networkd-Address-RouteMetric
...
networkd: RouteMetric in Address section of a networkd config file
2022-10-27 08:10:05 +02:00
illustris
79cf21151e
nixos/cloud-init: fix hostname and resolvconf configuration
...
- Fix hostname configuration on proxmox, which uses "hostname" in user-data
instead of "local-hostname" in meta-data.
- Allow setting resolv.conf through cloud-init
- Add tests for new changes
- Add timeouts to make tests fail faster
2022-10-27 08:07:48 +02:00
Daniel Barter
fde313902f
networkd: allow setting RouteMetric in Address section of a network config file
2022-10-26 21:53:32 -07:00
Sandro
8f0c7e38cb
Merge pull request #190181 from RaitoBezarius/garage-module
...
services/garage: init
2022-10-27 02:14:01 +02:00
Sandro
b05729432a
Merge pull request #196060 from risicle/ris-gocd-22.2.0
2022-10-27 01:07:34 +02:00
Sandro
dd2451126e
Merge pull request #188464 from xeals/fix/portinus-configuration
2022-10-27 00:52:08 +02:00
Sandro
b99ffef2de
Merge pull request #197688 from MidAutumnMoon/go-119-services-fix-2
2022-10-27 00:49:35 +02:00
Sandro
dc5fa53b83
Merge pull request #197657 from MidAutumnMoon/go-119-services-fix
2022-10-27 00:48:28 +02:00
Sandro
8ebdb3e6fe
Merge pull request #176701 from CRTified/adguardhome-schemaversion
2022-10-26 22:52:04 +02:00
Sandro
6c10d52d0d
Merge pull request #194036 from gloaming/polkit-debug-logs
2022-10-26 22:23:45 +02:00
Sandro
4d1f158bf0
Merge pull request #161640 from schnusch/vdirsyncer
2022-10-26 22:22:19 +02:00
Sandro
45ff74823b
Merge pull request #187270 from yayayayaka/snipe-it-add-missing-directory
2022-10-26 22:11:24 +02:00
KFears
f2e74bdf57
nixos/grafana: fix secrets-related warnings
2022-10-26 21:03:57 +04:00
Izorkin
2bb8cc27bd
nixos/mastodon: fix start services
2022-10-26 16:35:23 +02:00
Anderson Torres
0614d5d969
Merge pull request #197229 from lucasew/nixos/uvesafb
...
nixos/uvesafb: init
2022-10-25 22:47:19 -03:00
Niklas Hambüchen
f5c5386870
nixos/smokeping: Don't show 413 Forbidden
on thttpd /
. Fixes #197704
2022-10-25 23:11:50 +02:00
Carl Richard Theodor Schneider
1526a1b041
adguardhome: Add schema_version
...
This will add `passthru.schema_version` to be used as default value for
the adguardhome module.
It will also update the `update.sh` to keep the `schema_version` in sync
with the version by inspecting the sourcecode.
This might break existing configs, if they use deprecated values that don't
appear in newer schema_versions and schema_version wasn't set explicitly.
Explicit declarations of schema_version always have higher priority.
This also removes the `host` and `config` settings in favour of using the
appropriate `settings`.
Fixes #173938
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-25 17:35:27 +02:00
Jan Tojnar
361d98667c
Merge pull request #197029 from jtojnar/webp-loader
...
webp-pixbuf-loader: Adopt by GNOME
2022-10-25 17:02:06 +02:00
colin
e4235c60b7
freshrss: use an absolute path for ExecStart
...
this fixes the issue after a recent PR on this file:
<https://github.com/NixOS/nixpkgs/pull/196140#discussion_r1002907603 >
2022-10-25 05:22:45 -07:00
MidAutumnMoon
6724d2221a
nixos/shiori: set proper SystemCallFilter
2022-10-25 16:48:01 +08:00
MidAutumnMoon
9b8fd74d68
nixos/nats: set proper SystemCallFilter
2022-10-25 16:47:46 +08:00
MidAutumnMoon
afb8d0e5a6
nixos/prometheus-smartctl: set proper SystemCallFilter
2022-10-25 16:47:09 +08:00
MidAutumnMoon
f4342c11e5
nixos/geoipupdate: set proper SystemCallFilter
2022-10-25 16:45:49 +08:00
MidAutumnMoon
5c983ac37b
nixos/prosody-filer: set proper SystemCallFilter
2022-10-25 16:14:24 +08:00
MidAutumnMoon
7742cd543d
nixos/yggdrasil: set proper SystemCallFilter
2022-10-25 16:09:31 +08:00
MidAutumnMoon
ae025da558
nixos/dex-oidc: set proper SystemCallFilter
2022-10-25 16:07:04 +08:00
MidAutumnMoon
bd8413e8e1
nixos/snowflake-proxy: set proper SystemCallFilter
2022-10-25 15:41:54 +08:00
MidAutumnMoon
d3a95ce32c
nixos/listmonk: set proper SystemCallFilter
2022-10-25 11:55:18 +08:00
MidAutumnMoon
ba8041fc2b
nixos/croc: set proper SystemCallFilter
2022-10-25 11:51:40 +08:00
Andrew Kvalheim
545b74f075
brscan4-etc-files: rename name to pname&version
...
re #103997
2022-10-25 02:38:39 +02:00
Martin Weinelt
fcf2d05d81
nixos/acme: Relax syscall filter after go upgrade
...
With Go 1.19 calls to setrlimit are required for lego to run.
While we could allow setrlimit alone, I think it is not unreasonable to
allow @resources in general.
Closes : #197513
2022-10-25 07:22:27 +10:00
Sandro
64f3daf6d5
Merge pull request #197459 from SuperSandro2000/changedetection-typo
2022-10-24 23:07:26 +02:00
Timothy DeHerrera
3266f35fcd
Merge pull request #197503 from eigengrau/zsh-fpath-prefer-profiles
...
nixos/zsh: prefer added completions over completions shipped with Zsh
2022-10-24 11:35:29 -06:00
Bernardo Meurer
8a7f3f3271
Merge pull request #197585 from KFearsoff/fix-broken-grafana-configs
2022-10-24 18:28:42 +02:00
KFears
f3cb29a5b8
nixos/grafana: fix issues with rfc42 refactoring
2022-10-24 19:31:50 +04:00
Guillaume Girol
e06cab26e3
Merge pull request #196617 from oxalica/fix/btrbk-options
...
nixos/btrbk: fix ordering of subsections and refactor
2022-10-24 14:33:38 +00:00
MidAutumnMoon
0ce08acdce
nixos/navidrome: set proper SystemCallFilter
2022-10-24 22:21:59 +10:00