notbit: Don't include unecessary notbit binaries in the environment
This commit is contained in:
@@ -53,7 +53,7 @@ with lib;
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
environment.systemPackages = [ pkgs.notbit sendmail ];
|
||||
environment.systemPackages = [ sendmail ];
|
||||
|
||||
systemd.services.notbit = {
|
||||
description = "Notbit daemon";
|
||||
|
||||
Reference in New Issue
Block a user