Home

dotnix @12fb99ca0ba7b03a4268f2cda3d85493615420b2 - 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
    };
  };
}