Nick Cao
701390c82b
Merge pull request #214809 from drupol/fix/update-pihole-exporter
...
fix: `pihole-exporter` NixOS module
2023-02-06 18:37:11 +08:00
Pol Dellaiera
4e7f20ade9
nixos/prometheus-pihole-exporter: update configuration options
...
The `interval` configuration option doesn't exist and has been removed.
The `timeout` configuration option has been added.
2023-02-06 11:35:51 +01:00
ChaosAttractor
b0e773adde
nixos/sharing: init
...
Co-Authored-By: fee1-dead <ent3rm4n@gmail.com>
2023-02-06 11:35:42 +01:00
figsoda
f06b88d6d0
Merge pull request #213785 from SuperSandro2000/nox-neofetch
...
nixos/no-x-libs: add neofetch
2023-02-05 21:13:07 -05:00
Robert Obryk
0a6dd02620
nixos/firefox-syncserver: enable recommendedProxySettings
...
The syncserver requires a Host header identical to the one provided by
the client.
2023-02-05 23:47:19 +01:00
Stefan Frijters
62928668a8
nixos/no-x-libs: add vim-full
2023-02-05 20:55:57 +01:00
Malte Voos
3449f83618
maintainers/malvo: update information
2023-02-05 15:05:51 +01:00
Izorkin
686eda4817
nixos/no-x-libs: add mc
2023-02-05 13:46:13 +03:00
Morgan Jones
e99f342f11
nixos/nebula: harden systemd unit
2023-02-04 16:24:45 -08:00
Morgan Jones
9d649fd78c
nixos/nebula: add tests for relays; clean up nebula passthru test
2023-02-04 16:24:45 -08:00
Morgan Jones
90581c977f
nixos/nebula: don't run as root; support relays
2023-02-04 16:24:45 -08:00
Sebastian Sellmeier
528f7bfd5d
sway: add package-option
2023-02-04 22:49:49 +01:00
Anderson Torres
f70ca07efd
Merge pull request #199881 from Yarny0/fix-plasma
...
nixos/plasma: leave `displayManager.setupCommands` alone
2023-02-04 10:34:13 -03:00
Anderson Torres
bc0944c06f
Merge pull request #214193 from jnsgruk/add-multipass-pkg
...
multipass: init at 1.11.0
2023-02-04 09:03:54 -03:00
Jon Seager
63e3f8da09
nixos/multipass: init
2023-02-04 07:44:03 +00:00
Robert Kovacsics
32ec41a672
nixos/virtualbox-image: Allow SCSI storage controller for vSphere
...
This is because vSphere version 6.7.0.51000 errors with
Issues detected with selected template. Details: -
78:7:VALUE_ILLEGAL: Value ''3'' of Parent element does not refer
to a ref of type DiskControllerReference.
when using SATA.
2023-02-04 07:33:11 +01:00
Robert Kovacsics
4009f60d0b
nixos/virtualbox-image: Allow running extra commands after OVA creation
...
This is useful as virtual machines can often be large files so not
having duplicates/work files in /nix/store can save a lot of space.
2023-02-04 07:33:11 +01:00
Nick Cao
3d26221082
nixos/zram: use zram-generator
2023-02-04 10:33:06 +08:00
Nick Cao
3ab1fd296f
Merge pull request #212199 from OPNA2608/init/miriway
...
miriway: init at unstable-2022-12-18
2023-02-04 09:50:17 +08:00
Matt McHenry
3364a1c1a1
k3b: use cdrecord from cdrtools rather than cdrkit
...
fixes this warning:
cdrecord <= 2.01.01a05 will be run with root privileges on kernel >= 2.6.8
Since Linux kernel 2.6.8 cdrecord <= 2.01.01a05 will not work when run suid root for security reasons anymore.
2023-02-03 07:54:25 -05:00
OPNA2608
eca30e7730
nixos/miriway: init
2023-02-03 12:56:41 +01:00
Stefan Frijters
11fa179533
nixos/postfix: restrict inet_protocols to ipv4 when ipv6 is disabled
...
In the previous state, postfix would still try to use IPv6 addresses,
even when it is disabled in the global networking config.
Cf. https://www.postfix.org/postconf.5.html :
With Postfix 2.8 and earlier the default is "ipv4". For backwards compatibility with these releases,
the Postfix 2.9 and later upgrade procedure appends an explicit "inet_protocols = ipv4" setting to
main.cf when no explicit setting is present.
This compatibility workaround will be phased out as IPv6 deployment becomes more common.
inet_protocols = ipv4
inet_protocols = all (DEFAULT)
inet_protocols = ipv6
inet_protocols = ipv4, ipv6
So setting it to 'all' conditionally does not help, as we are now on version 3.x.
2023-02-03 11:29:24 +01:00
Elliot
e78f2115bf
v2raya: v2rayA should start after nftables
2023-02-03 10:22:23 +08:00
Sandro Jäckel
7a7ff877b7
nixos/podman: remove unused mkMerge
2023-02-03 12:05:39 +10:00
Nick Cao
8e73b25e77
Merge pull request #214199 from TheBenCollins/patch-1
...
Fix mistake in command execution parameter
2023-02-03 09:06:39 +08:00
superherointj
5e04ad9e66
Merge pull request #210892 from sielicki/ena280-281
...
linuxPackages.ena: 2.8.0 -> 2.8.2
2023-02-02 22:01:10 -03:00
Nick Cao
96339d786a
Merge pull request #213782 from SuperSandro2000/stage1-extraUtils
...
nixos/stage-1: build extraUtils without compiler
2023-02-03 08:59:08 +08:00
lucasew
c0d9f21f50
nixos/cockpit: init
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-02-02 14:47:46 -03:00
Artturi
c30deffded
Merge pull request #214048 from ElvishJerricco/systemd-stage-1-gzip-wrapped
2023-02-02 19:06:25 +02:00
Bobby Rong
6d5025d631
Merge pull request #213561 from bobby285271/fix/cinnamon
...
cinnamon.cinnamon-common: various changes
2023-02-02 23:47:04 +08:00
Ben Collins
dc9fc99c53
Fix mistake in command execution parameter
...
Invoking cadvisor sent the command line parameter `-storage_driver_user` twice, once passing `cfg.storageDriverHost`. Fix the typo and pass the host config option to the command line parameter `-storage_driver_host`
2023-02-02 10:43:44 -05:00
Florian Klink
fbfe2907af
nixos/nscd: use nsncd by default
...
As announced in the NixOS 22.11 release notes, 23.05 will switch NixOS
to using nsncd (a non-caching reimplementation in Rust) as NSS lookup
dispatcher, instead of the buggy and deprecated glibc-provided nscd.
If you need to switch back, set `services.nscd.enableNsncd = false`, but
please open an issue in nixpkgs so your issue can be fixed.
2023-02-02 11:07:25 +01:00
Martin Weinelt
df8007c30f
nixos/home-assistant: Update bluetooth components
2023-02-02 04:38:22 +01:00
Nick Cao
4840ca34f4
Merge pull request #213626 from jamesreprise/entries-typo
...
nginx: fix typo in commonHttpConfig
2023-02-02 09:12:32 +08:00
0x4A6F
321588818e
Merge pull request #209733 from Janik-Haag/master-qdmr
...
qdmr: init at 0.11.2, added janik as maintainer
2023-02-02 01:31:32 +01:00
Nick Cao
099508a1e7
Merge pull request #213471 from SebTM/fix/avahi_directory
...
avahi-daemon: add ConfigurationDirectory to ensure avahi, avahi/services exist
2023-02-02 07:50:51 +08:00
Thomas Gerbet
34f5d8cd24
Merge pull request #213534 from drupol/add-prometheus-shelly-exporter
...
prometheus-shelly-exporter: init at 1.0.0
2023-02-02 00:11:56 +01:00
Will Fancher
60c6790384
systemd stage 1: Fix gzip wrapping
...
Necessary since #209371
2023-02-01 16:03:57 -05:00
Sebastian Sellmeier
f531b17f7d
avahi-daemon: add ConfigurationDirectory to ensure "avahi/services" exists
2023-02-01 21:43:29 +01:00
Pol Dellaiera
9f17e032e7
prometheus-shelly-exporter: add NixOS module
2023-02-01 19:49:33 +01:00
Janik H
68e10c242b
nixos/qdmr: init
2023-02-01 19:05:17 +01:00
Bernardo Meurer
5a7d6e0bcc
hqplayerd: 4.33.0-96 -> 4.34.0-100
2023-02-01 12:20:09 -05:00
ajs124
adc59137e9
nixos/jicofo: fix after update
...
2943c21ff7
removed the cli parameters
migrate from legacy config while we're at it
2023-02-01 16:32:23 +01:00
Nick Cao
f1a142c476
Merge pull request #213602 from SuperSandro2000/types.string
...
nixos/virtualisation/*: replace deprecated types.string with types.str
2023-02-01 09:59:09 +08:00
Martin Weinelt
a85007b253
Merge pull request #213317 from kurnevsky/throttled
...
throttled: fix after recent update
2023-02-01 01:37:20 +00:00
Sandro
8b598ff3d6
Merge pull request #199731 from Luflosi/kubo-idempotence
2023-01-31 22:12:49 +01:00
Sandro
600adcfdcc
Merge pull request #187994 from Izorkin/update-nginx-gzip
2023-01-31 20:41:59 +01:00
Izorkin
59dbe319ce
nixos/gitea: update SystemCallFilter
2023-01-31 10:08:32 -06:00
Izorkin
48ecda0962
nixos/chrony: disable PrivateDevices setting
2023-01-31 10:08:32 -06:00
Martin Weinelt
e60ddddbbb
Merge pull request #213489 from mweinelt/paperless-update
...
paperless-ngx: 1.11.3 -> 1.12.2
2023-01-31 15:36:45 +00:00