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