dotnix/machines/dragonwell/actual.nix

16 lines
324 B
Nix
Raw Normal View History

{
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
};
};
}