Home

dotnix @0c5a17a64b025e072dba35e5e11dfe8f1ba60a87 - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix / machines / dragonwell / actual.nix
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
  services = {
    actual = {
      enable = true;
      hostname = "127.0.0.1";
      port = 5006;
    };
    tsnet-serve.instances.actualbudget = {
      enable = true;
      backend = "http://127.0.0.1:5006";
      authKey = "tskey-auth-kujWFyP73s11CNTRL-XaS9zY7cGH2WbFMGYURaH2bRNRgXrwj9T"; # One-time key
    };
  };
}