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
3 changed files with 5 additions and 4 deletions
Showing only changes of commit 3f3decd50e - Show all commits

View file

@ -26,7 +26,7 @@
]; ];
trustedUsers = [ "root" "victor" ]; trustedUsers = [ "root" "victor" ];
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes ca-references
''; '';
}; };

6
flake.lock generated
View file

@ -54,11 +54,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1636623366, "lastModified": 1637058895,
"narHash": "sha256-jOQMlv9qFSj0U66HB+ujZoapty0UbewmSNbX8+3ujUQ=", "narHash": "sha256-LeibxDl00pSZTqLazKr3qUIhL9K/7LPJdpNYqT3nOMc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c5ed8beb478a8ca035f033f659b60c89500a3034", "rev": "6abc7cd907ea06424e7963e949cf554a6b3914c2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -66,4 +66,5 @@ in {
security.acme.email = "victorheld12@gmail.com"; security.acme.email = "victorheld12@gmail.com";
security.acme.acceptTerms = true; security.acme.acceptTerms = true;
security.acme.preliminarySelfsigned = false;
} }