Remove unused paths in modules
This commit is contained in:
parent
ba6872744c
commit
1c756379fb
@ -52,7 +52,6 @@ in {
|
|||||||
|
|
||||||
systemd.services.clightning =
|
systemd.services.clightning =
|
||||||
{ description = "Run clightningd";
|
{ description = "Run clightningd";
|
||||||
path = [ pkgs.bash pkgs.clightning pkgs.bitcoin ];
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
requires = [ "bitcoind.service" ];
|
requires = [ "bitcoind.service" ];
|
||||||
after = [ "bitcoind.service" ];
|
after = [ "bitcoind.service" ];
|
||||||
|
@ -131,7 +131,6 @@ in {
|
|||||||
systemd.services.copy-root-authorized-keys = {
|
systemd.services.copy-root-authorized-keys = {
|
||||||
description = "Copy root authorized keys";
|
description = "Copy root authorized keys";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [ ];
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${pkgs.bash}/bin/bash \"${operatorCopySSH}\"";
|
ExecStart = "${pkgs.bash}/bin/bash \"${operatorCopySSH}\"";
|
||||||
user = "root";
|
user = "root";
|
||||||
|
Loading…
Reference in New Issue
Block a user