niksos/hosts/chmura/restic.nix
2024-04-14 18:49:29 +02:00

8 lines
141 B
Nix

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