Don't auto-start slynk for users.

TODO: figure out how to allow users to permanently enable.
This commit is contained in:
root 2020-06-07 17:45:16 -07:00
parent ca270b5e87
commit 5014f87a8b
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ in {
LD_LIBRARY_PATH = "${pkgs.openssl_1_1.out}/lib:${pkgs.libuv.out}/lib";
};
wantedBy = [ "default.target" ];
## Starts on login. But what about ports?
# wantedBy = [ "default.target" ];
};
};
}