chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
4 changed files with 9 additions and 10 deletions
Showing only changes of commit c874312890 - Show all commits

View file

@ -11,7 +11,7 @@
system.stateVersion = "23.05"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ dig dog drill ];
environment.systemPackages = with pkgs; [ dig dogdns ];
services.v.dns = {
enable = true;

View file

@ -1,13 +1,12 @@
{ config, pkgs, lib, ... }:
{ pkgs, lib, ... }:
{
system.stateVersion = "21.05";
networking.interfaces.eth0.useDHCP = true;
services.unifi = {
enable = true;
jrePackage = pkgs.jre8_headless;
unifiPackage = pkgs.unifi;
mongodbPackage = pkgs.mongodb;
mongodbPackage = pkgs.mongodb-4_2;
openFirewall = true;
};

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [ ];
@ -11,10 +11,7 @@
system.stateVersion = "21.11"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ dig dog drill ];
networking.firewall.allowedTCPPorts = [ 53 ];
networking.firewall.allowedUDPPorts = [ 53 ];
environment.systemPackages = with pkgs; [ dig dogdns ];
services.v.dns = {
enable = true;

View file

@ -24,7 +24,10 @@ in {
[ config.networking.wireguard.interfaces.wg0.listenPort ];
networking.firewall.checkReversePath = false;
vault-secrets.secrets.wireguard = { services = [ "wireguard-wg0" ]; };
vault-secrets.secrets.wireguard = {
services = [ "wireguard-wg0" ];
loginRetries = 25;
};
networking.nat = {
enable = true;