Remove vestigial path
This commit is contained in:
@@ -15,9 +15,6 @@
|
|||||||
systemd.services.handyhelper = {
|
systemd.services.handyhelper = {
|
||||||
wantedBy = ["networking-online.target"];
|
wantedBy = ["networking-online.target"];
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [
|
|
||||||
py
|
|
||||||
];
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = let
|
ExecStart = let
|
||||||
python = pkgs.python3.withPackages (p: with p; [
|
python = pkgs.python3.withPackages (p: with p; [
|
||||||
|
|||||||
Reference in New Issue
Block a user