Skip to content

Commit

Permalink
ibkr-rust-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
Czichy committed Dec 3, 2024
1 parent 2274db0 commit c648fce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/HL-1-MRZ-HOST-01/guests/ibkr-flex.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ in {
symlink = true;
file = secretsPath + "/hosts/HL-1-MRZ-HOST-01/guests/ibkr-flex/token.age";
mode = "0600";
owner = "ibkr";
owner = "root";
};
};
age.secrets.ibkr-flex-hc-ping = {
file = secretsPath + "/hosts/HL-4-PAZ-PROXY-01/healthchecks-ping.age";
mode = "440";
owner = "ibkr";
owner = "root";
};
# ------------------------------
# | SYSTEM PACKAGES |
Expand All @@ -91,7 +91,7 @@ in {
systemd.services."ibkr-flex-download" = {
serviceConfig = {
Type = "simple";
User = "ibkr";
User = "root";
ExecStart = "${download-ibkr-flex}/bin/ibkr-flex-download";
};
};
Expand Down

0 comments on commit c648fce

Please sign in to comment.