Compare commits

..

No commits in common. "62fc685a6640e44b2eb140d9b3f06a6b2f829659" and "4be986e43e5cfb93554d2f2052da84717a2f25b4" have entirely different histories.

3 changed files with 11 additions and 8 deletions

View File

@ -3,6 +3,9 @@
let password = builtins.readFile /var/lib/ddclient/token; let password = builtins.readFile /var/lib/ddclient/token;
in { in {
environment.systemPackages = with pkgs; [ mbuffer ];
# Enable zeroconf # Enable zeroconf
services.avahi = { services.avahi = {
enable = true; enable = true;

View File

@ -5,14 +5,6 @@ let
blocklist = "${stateDir}/dnsmasq.blacklist.txt"; blocklist = "${stateDir}/dnsmasq.blacklist.txt";
in { in {
# PostgreSQL daily backups
services.postgresqlBackup = {
enable = true;
backupAll = true;
location = "/vault/backups/zion/databases";
startAt = "*-*-* 05:15:00";
};
# Fetch hosts-blocklists daily # Fetch hosts-blocklists daily
systemd.services.download-dns-blocklist = { systemd.services.download-dns-blocklist = {
description = "Download hosts-blocklists"; description = "Download hosts-blocklists";

View File

@ -158,6 +158,14 @@
''; '';
}; };
# PostgreSQL daily backups
services.postgresqlBackup = {
enable = true;
backupAll = true;
location = "/vault/backups/zion/databases";
startAt = "*-*-* 05:15:00";
};
# Miniflux configuration # Miniflux configuration
services.miniflux = { services.miniflux = {
enable = true; enable = true;