My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct flag

+1 -1
+1 -1
modules/server/hardware-health.nix
··· 94 94 < ${alertTemplate} >> "$TMPFILE" 95 95 96 96 ${pkgs.msmtp}/bin/msmtp \ 97 - --config=${msmtpConfig} \ 97 + --file=${msmtpConfig} \ 98 98 "$RECIPIENT" < "$TMPFILE" 99 99 ''; 100 100 in