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
5 changed files with 8 additions and 2 deletions
Showing only changes of commit 6bff447467 - Show all commits

View file

@ -82,13 +82,12 @@
# Make the coleman configuration # Make the coleman configuration
colmena = lib.foldr (el: acc: acc // mkColmenaHost el) colmena = lib.foldr (el: acc: acc // mkColmenaHost el)
{ {
null = { ... }: { null = { ... }: {
networking.hostName = "null"; networking.hostName = "null";
imports = [ imports = [
./nixos/common ./nixos/common
./nixos/hosts/other/null/configuration.nix ./nixos/hosts/thalassa/null/configuration.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
]; ];

View file

@ -0,0 +1,7 @@
[
{
hostname = "null";
mac = "";
type = "local";
}
]