Don't auto-start slynk for users.
TODO: figure out how to allow users to permanently enable.
This commit is contained in:
parent
ca270b5e87
commit
5014f87a8b
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue