enable restic nas
This commit is contained in:
@@ -200,9 +200,11 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-serve = {
|
restic.server = {
|
||||||
enable = false;
|
enable = true;
|
||||||
secretKeyFile = "/var/cache-priv-key.pem";
|
dataDir = "/media/nas/main/backup/restic";
|
||||||
|
prometheus = true;
|
||||||
|
listenAddress = "8008";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user