summaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-04-04 12:47:53 +0300
committerAzat Bahawi <azat@bahawi.net>2023-04-04 12:47:53 +0300
commit3914e5a62bdc3b89f8b7da7aa000e2934613fe85 (patch)
treed54f450ea58dd30fc5117a0636988c2de34b27ed /modules/common
parentf4145939712b0046e5d57906d4b157b8a150614d (diff)
2023-04-04
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/common/nix/default.nix2
-rw-r--r--modules/common/profiles/headful.nix1
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/common/common/nix/default.nix b/modules/common/common/nix/default.nix
index 45f8ed3..c06296d 100644
--- a/modules/common/common/nix/default.nix
+++ b/modules/common/common/nix/default.nix
@@ -99,7 +99,7 @@ with lib; {
patches = [./patches/alejandra-no-ads.patch];
});
- inherit (pkgsPR "222519" "sha256-XQOs0rMs6GMXUZfzjYZiP7lTBOfqF3dsdWGr1rCQeH0=") grafanaPlugins;
+ inherit (pkgsPR "224461" "sha256-5+GjqIYkHXfOFRFOZUiy+/OJ0USHrDp5vJebv3XErbw=") ntfy-sh;
}
// (with super; let
np = nodePackages;
diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix
index 2be1b87..e5490b5 100644
--- a/modules/common/profiles/headful.nix
+++ b/modules/common/profiles/headful.nix
@@ -19,7 +19,6 @@ in {
aria2.enable = true;
emacs.enable = true;
mpv.enable = true;
- nullmailer.enable = true;
openssh.client.enable = true;
password-store.enable = true;
};