From 5014f87a8bcaadc993e16303ce70147471dc30c4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Jun 2020 17:45:16 -0700 Subject: [PATCH] Don't auto-start slynk for users. TODO: figure out how to allow users to permanently enable. --- config/fudo/slynk.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/fudo/slynk.nix b/config/fudo/slynk.nix index a8efe2a..e2ad7b8 100644 --- a/config/fudo/slynk.nix +++ b/config/fudo/slynk.nix @@ -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" ]; }; }; }