From ec25e095a26ad1e4823887a6653132948ebc5f87 Mon Sep 17 00:00:00 2001 From: azahi Date: Wed, 5 Feb 2025 17:18:02 +0300 Subject: 2025-02-05 --- configurations/eonwe/default.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'configurations/eonwe') 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}"; }; }; -- cgit 1.4.1