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
Showing only changes of commit c11bdc6d80 - Show all commits

View file

@ -5,8 +5,7 @@
{ config, pkgs, ... }:
{
imports = [ ./hardware-configuration.nix
];
imports = [ ./hardware-configuration.nix ];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
@ -20,4 +19,7 @@
environment.systemPackages = with pkgs; [ ];
networking.firewall.allowedTCPPorts = [ ];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
}