nix-conf/system/dev/dn-server/services/actual-budget.nix
2026-01-10 12:46:40 +08:00

7 lines
98 B
Nix
Executable file

{
imports = [
(import ../../../modules/actual {
fqdn = "actual.net.dn";
})
];
}