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
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 9cf1d45eb8 - Show all commits

View file

@ -46,15 +46,15 @@
]
else [ ./nixos/common/generic-vm.nix ]);
mkConfig = { hostname, ... }@host: {
"${hostname}" = lib.nixosSystem {
mkConfig = { hostname, location, ... }@host: {
"${hostname}.${location}" = lib.nixosSystem {
inherit system specialArgs;
modules = resolveImports host;
};
};
mkColmenaHost = { ip, hostname, tags, location, ... }@host: {
"${hostname}" = {
"${hostname}.${location}" = {
imports = resolveImports host;
networking = {
hostName = hostname;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, nodes, ... }:
let
proxy = url: {
enableACME = true;