Home

dotnix @5dbfb366a2488f3b16da678f25c971c084124b6b - 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
15
{
  services = {
    actual = {
      enable = true;
      hostname = "127.0.0.1";
      port = 5006;
    };
    tailproxy.actualbudget = {
      enable = true;
      hostname = "actualbudget";
      port = 5006;
      authKey = "tskey-auth-kC3B2nznCk11CNTRL-G5QvPvrNWrcHcbQxh2XCrcCz3qe2jUrsh"; # One-time key
    };
  };
}