don't add service-only pkgs to systemPackages

These packages are not useful in shell environemnts.
This commit is contained in:
Erik Arvstedt
2020-11-09 22:10:07 +01:00
parent e39ad358a4
commit b1a5f5e7b9
4 changed files with 0 additions and 6 deletions
-1
View File
@@ -51,7 +51,6 @@ in {
"d '${cfg.dataDir}' 0700 ${user} ${group} - -"
];
environment.systemPackages = [ pkgs.nix-bitcoin.lightning-charge ];
systemd.services.lightning-charge = {
description = "Run lightning-charge";
wantedBy = [ "multi-user.target" ];