notbit: Don't include unecessary notbit binaries in the environment

This commit is contained in:
William A. Kennington III 2014-05-13 20:19:57 -05:00
parent 8915390bab
commit 042273e528

View File

@ -53,7 +53,7 @@ with lib;
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.notbit sendmail ];
environment.systemPackages = [ sendmail ];
systemd.services.notbit = {
description = "Notbit daemon";