about summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-05-13 20:19:57 -0500
committerWilliam A. Kennington III <william@wkennington.com>2014-05-13 20:19:57 -0500
commit042273e528b5e5837984f56f435053b8c5382770 (patch)
tree29feb992febcb62f074754d2786acd389e05efc1 /nixos/modules/services/networking
parent8915390baba34222e61af7e9172dd141fa8f653a (diff)
downloadnixlib-042273e528b5e5837984f56f435053b8c5382770.tar
nixlib-042273e528b5e5837984f56f435053b8c5382770.tar.gz
nixlib-042273e528b5e5837984f56f435053b8c5382770.tar.bz2
nixlib-042273e528b5e5837984f56f435053b8c5382770.tar.lz
nixlib-042273e528b5e5837984f56f435053b8c5382770.tar.xz
nixlib-042273e528b5e5837984f56f435053b8c5382770.tar.zst
nixlib-042273e528b5e5837984f56f435053b8c5382770.zip
notbit: Don't include unecessary notbit binaries in the environment
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/notbit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/notbit.nix b/nixos/modules/services/networking/notbit.nix
index 63a332893461..b6a2b7897caa 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";