From 532cca23eabf1db58020714a8bfb17f4dcc4c479 Mon Sep 17 00:00:00 2001 From: czichy Date: Sat, 30 Nov 2024 18:28:08 +0100 Subject: [PATCH] ibkr-flex --- hosts/HL-1-MRZ-HOST-01/guests/ibkr-flex.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/HL-1-MRZ-HOST-01/guests/ibkr-flex.nix b/hosts/HL-1-MRZ-HOST-01/guests/ibkr-flex.nix index 5c4a0e2..5eb6d20 100755 --- a/hosts/HL-1-MRZ-HOST-01/guests/ibkr-flex.nix +++ b/hosts/HL-1-MRZ-HOST-01/guests/ibkr-flex.nix @@ -86,8 +86,8 @@ systemd.services."ibkr-flex-download" = { script = '' set -eu - ${pkgs.ibkr-flex-download} ''; + # ${pkgs.ibkr-flex-download} serviceConfig = { Type = "oneshot"; User = "root";