about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authordevhell <devhell@users.noreply.github.com>2022-05-25 10:58:23 +0100
committerGitHub <noreply@github.com>2022-05-25 10:58:23 +0100
commit0b48f9ae893b2fb0fe4247783e12ef0a70b1b1bc (patch)
treea16f496d650cf7652619e9e624521e5a2188c457 /modules
parent55afca1fb851f3715d610b8db818e9c5a42d5ccf (diff)
profiles/base: Remove noisetorch
Which has apparently been compromised upstream. Yay.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/devhell/profiles/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 842c5ca6..41f5e7cd 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -73,7 +73,6 @@ in {
       git.enable = true;
       liboping.enable = true;
       htop.enable = true;
-      noisetorch.enable = true;
       gnupg = {
         agent.enable = true;
         agent.pinentryFlavor = "gnome3";