Skip to content

Commit 2404bb7

Browse files
committed
Work around Sendgrid 451
1 parent 2a4e8b0 commit 2404bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts/spore/services/authelia.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
};
129129
storage.local.path = "/var/lib/authelia-main/db.sqlite3";
130130
notifier = {
131-
disable_startup_check = false;
131+
disable_startup_check = true;
132132
smtp = {
133133
host = "smtp.sendgrid.net";
134134
port = 587;

0 commit comments

Comments
 (0)