niksos/hosts/chmura/restic.nix

11 lines
151 B
Nix
Raw Normal View History

2023-10-03 19:22:24 +02:00
{
...
}: {
services.restic = {
server = {
enable = true;
listenAddress = "127.0.0.1:6487";
};
};
}