From 7dde1e7c7739860a4a4722843b1cf20a35912487 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Sun, 3 Nov 2024 19:55:46 +0100 Subject: [PATCH] remove smartd x11 notifications bc we dont use x11 anymore --- modules/desktop/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index 63f0143..94249e1 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -65,7 +65,6 @@ in }; services.smartd = { enable = true; - notifications.x11.enable = true; notifications.test = true; };