From 9d0af0a73ab06cb254df9223e7e97ee433fed105 Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Tue, 10 Nov 2020 22:23:02 +0100 Subject: [PATCH] remove one blocker for nixos-20.09 --- postfix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/postfix.nix b/postfix.nix index 5f897e5..3c274bb 100644 --- a/postfix.nix +++ b/postfix.nix @@ -40,7 +40,6 @@ in group = config.services.postfix.group; postRun = "systemctl restart postfix.service"; # cheat by getting some settings from another certificate configured through nginx. - user = config.security.acme.certs."${config.variables.myFQDN}".user; webroot = config.security.acme.certs."${config.variables.myFQDN}".webroot; }; };