diff options
Diffstat (limited to 'configurations/eonwe/default.nix')
-rw-r--r-- | configurations/eonwe/default.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix index d9ae2bc..a5cf7e9 100644 --- a/configurations/eonwe/default.nix +++ b/configurations/eonwe/default.nix @@ -154,18 +154,15 @@ with lib; services = { displayManager = { sddm.enable = lib.mkForce false; - ly = { - enable = true; - settings.animation = "matrix"; - }; + ly.enable = true; }; smartd = { enable = true; notifications.mail = { enable = true; - sender = "admin+smartd@${my.domain.shire}"; - recipient = "admin+smartd@${my.domain.shire}"; + sender = "smartd@${my.domain.shire}"; + recipient = "smartd@${my.domain.shire}"; }; }; |