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