niksos/hosts/chmura/services/restic.nix

9 lines
138 B
Nix
Raw Normal View History

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