1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 21:01:07 +01:00

zaatar died, move hass and restic to tahina

This commit is contained in:
2024-07-07 14:03:52 +02:00
parent 9f6d1c3dc6
commit 6d16b93530
8 changed files with 48 additions and 49 deletions

View File

@@ -1,16 +0,0 @@
{pkgs, ...}: {
services.postgresqlBackup = {
enable = true;
databases = ["atuin"];
};
services.postgresql.package = pkgs.postgresql_14;
services.atuin = {
host = "0.0.0.0";
openFirewall = true;
openRegistration = true;
port = 8888;
enable = true;
};
}