about summary refs log tree commit diff
path: root/configurations/eonwe
diff options
context:
space:
mode:
Diffstat (limited to 'configurations/eonwe')
-rw-r--r--configurations/eonwe/default.nix9
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}";
       };
     };
 

Consider giving Nix/NixOS a try! <3