about summary refs log tree commit diff
path: root/configurations
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configurations/eonwe/default.nix9
-rw-r--r--configurations/ilmare/default.nix5
2 files changed, 8 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}";
       };
     };
 
diff --git a/configurations/ilmare/default.nix b/configurations/ilmare/default.nix
index bb89699..6ced115 100644
--- a/configurations/ilmare/default.nix
+++ b/configurations/ilmare/default.nix
@@ -18,6 +18,11 @@
   };
 
   services = {
+    displayManager = {
+      sddm.enable = lib.mkForce false;
+      ly.enable = true;
+    };
+
     thinkfan = {
       enable = true;
       settings = {

Consider giving Nix/NixOS a try! <3