fixs nixos 20.09

This commit is contained in:
nyanloutre 2020-11-29 12:51:18 +01:00
parent 40b035492e
commit c2142d236e
6 changed files with 26 additions and 20 deletions

View file

@ -492,7 +492,6 @@ in
# '';
users.groups.nginx.members = [ "matrix-synapse" ];
security.acme.certs."nyanlout.re".allowKeysForGroup = true;
security.pam.services.sshd.text = pkgs.lib.mkDefault( pkgs.lib.mkAfter "session optional ${pkgs.pam}/lib/security/pam_exec.so seteuid ${login_mail_alert}/bin/mail_alert.sh" );