niksos/hosts/chmura/restic.nix
2023-10-03 19:22:24 +02:00

10 lines
151 B
Nix

{
...
}: {
services.restic = {
server = {
enable = true;
listenAddress = "127.0.0.1:6487";
};
};
}