Compare commits

...

9 Commits

Author SHA1 Message Date
43117b226d Merge branch 'master' of https://dev.danilafe.com/DanilaFe/blog-static-flake 2022-03-27 21:30:44 -07:00
832300778e Update katex-html 2022-03-28 03:14:03 +00:00
8a48523e2d Update katex-html 2022-03-28 03:11:13 +00:00
a519444631 Update flake.lock 2022-03-28 02:57:48 +00:00
defef25827 Update flake lock 2022-03-28 02:50:41 +00:00
146d4378a6 Update flake.lock 2022-03-28 02:35:46 +00:00
f4bc336101 Update katex-html 2022-03-28 02:31:24 +00:00
ae60890767 Update ACME email setting 2022-03-28 02:13:49 +00:00
1e05e3c675 Update flake lock 2022-03-28 02:13:39 +00:00
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@@ -39,11 +39,11 @@
}, },
"flake-utils": { "flake-utils": {
"locked": { "locked": {
"lastModified": 1634851050, "lastModified": 1648297722,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", "narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", "rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -153,11 +153,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1634881110, "lastModified": 1648434160,
"narHash": "sha256-glFqhVeqPuT99vfKrOH7lmJDrgwP99KJJSFpgpyvbko=", "narHash": "sha256-laeBDe/ZqyMRKRB1YYKchCVq571JD51BqfId7IMjcTs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "22e732d03cc5b76dfd4c81f7dc523ad65a795d2b", "rev": "609816b0cec57b379c4e72abe0869511cf4fd582",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -52,7 +52,7 @@ in
config.systemd.services = mkIf cfg.enable (mkMerge services); config.systemd.services = mkIf cfg.enable (mkMerge services);
config.security.acme = mkIf (cfg.enable && anySsl) { config.security.acme = mkIf (cfg.enable && anySsl) {
# If any site uses SSL, enable ACME and accept terms. # If any site uses SSL, enable ACME and accept terms.
email = "danila.fedorin@gmail.com"; defaults.email = "danila.fedorin@gmail.com";
acceptTerms = true; acceptTerms = true;
}; };
} }