mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
notbit: Don't include unecessary notbit binaries in the environment
This commit is contained in:
parent
8915390bab
commit
042273e528
@ -53,7 +53,7 @@ with lib;
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
environment.systemPackages = [ pkgs.notbit sendmail ];
|
||||
environment.systemPackages = [ sendmail ];
|
||||
|
||||
systemd.services.notbit = {
|
||||
description = "Notbit daemon";
|
||||
|
Loading…
Reference in New Issue
Block a user