enable restic nas

This commit is contained in:
mjallen18
2025-02-04 18:11:39 -06:00
parent dc5e9c1667
commit 4319383249

View File

@@ -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";
}; };
}; };