From 3f3decd50e8c84bdaaf081cf9e69c53a7d9777f6 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 16 Nov 2021 13:51:27 +0100 Subject: [PATCH] update 2021-11-16 --- common/default.nix | 2 +- flake.lock | 6 +++--- hosts/nginx/configuration.nix | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/common/default.nix b/common/default.nix index 0ed836c..eddc08e 100644 --- a/common/default.nix +++ b/common/default.nix @@ -26,7 +26,7 @@ ]; trustedUsers = [ "root" "victor" ]; extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes ca-references ''; }; diff --git a/flake.lock b/flake.lock index fa226b5..b7acada 100644 --- a/flake.lock +++ b/flake.lock @@ -54,11 +54,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1636623366, - "narHash": "sha256-jOQMlv9qFSj0U66HB+ujZoapty0UbewmSNbX8+3ujUQ=", + "lastModified": 1637058895, + "narHash": "sha256-LeibxDl00pSZTqLazKr3qUIhL9K/7LPJdpNYqT3nOMc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c5ed8beb478a8ca035f033f659b60c89500a3034", + "rev": "6abc7cd907ea06424e7963e949cf554a6b3914c2", "type": "github" }, "original": { diff --git a/hosts/nginx/configuration.nix b/hosts/nginx/configuration.nix index fa0de25..60fa8f9 100644 --- a/hosts/nginx/configuration.nix +++ b/hosts/nginx/configuration.nix @@ -66,4 +66,5 @@ in { security.acme.email = "victorheld12@gmail.com"; security.acme.acceptTerms = true; + security.acme.preliminarySelfsigned = false; }