mirror of https://git.jolheiser.com/dotnix.git
15 lines
325 B
Nix
15 lines
325 B
Nix
|
{
|
||
|
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
|
||
|
};
|
||
|
};
|
||
|
}
|