Desktop Updates Mon Jun 2 10:08:16 AM CDT 2025

This commit is contained in:
mjallen18
2025-06-02 10:08:16 -05:00
parent 74c7d9e35e
commit aed202af54
4 changed files with 64 additions and 36 deletions

View File

@@ -3,6 +3,7 @@
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{
config,
pkgs,
lib,
...
@@ -96,6 +97,24 @@
enable = true;
nvidiaSupport = true;
};
msmtp = {
enable = true;
accounts = {
default = {
auth = true;
tls_starttls = false;
host = "smtp.gmail.com";
user = "matt.l.jallen";
from = "matt.l.jallen@gmail.com";
passwordeval = "cat ${config.sops.secrets."jallen-nas/gitea/mail-key".path}";
};
};
defaults = {
port = 465;
tls = true;
};
};
};
hardware.fancontrol = {