From 042273e528b5e5837984f56f435053b8c5382770 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 13 May 2014 20:19:57 -0500 Subject: [PATCH] notbit: Don't include unecessary notbit binaries in the environment --- nixos/modules/services/networking/notbit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/notbit.nix b/nixos/modules/services/networking/notbit.nix index 63a33289346..b6a2b7897ca 100644 --- a/nixos/modules/services/networking/notbit.nix +++ b/nixos/modules/services/networking/notbit.nix @@ -53,7 +53,7 @@ with lib; config = mkIf cfg.enable { - environment.systemPackages = [ pkgs.notbit sendmail ]; + environment.systemPackages = [ sendmail ]; systemd.services.notbit = { description = "Notbit daemon";