10 lines
151 B
Nix
10 lines
151 B
Nix
{
|
|
...
|
|
}: {
|
|
services.restic = {
|
|
server = {
|
|
enable = true;
|
|
listenAddress = "127.0.0.1:6487";
|
|
};
|
|
};
|
|
}
|