From 95a5e4cc7820fca12a24a9d75e03fd7fbd9214d4 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 5 Sep 2023 22:45:08 +0200 Subject: [PATCH] machines/backup: make sure everything is backedup --- machines/newton/services.nix | 1 + machines/serverle/services.nix | 1 + machines/thinkman/services.nix | 1 + 3 files changed, 3 insertions(+) diff --git a/machines/newton/services.nix b/machines/newton/services.nix index a925b22..0206437 100644 --- a/machines/newton/services.nix +++ b/machines/newton/services.nix @@ -35,6 +35,7 @@ in OnFailureMail = "server@buehler.rocks"; passwordFile = secrets."borgbackup/password".path; sshKeyFile = secrets."borgbackup/ssh_key".path; + paths = [ "/" ]; }; # My own personal homepage homepage = { diff --git a/machines/serverle/services.nix b/machines/serverle/services.nix index f8aab1e..03c3c79 100644 --- a/machines/serverle/services.nix +++ b/machines/serverle/services.nix @@ -22,6 +22,7 @@ in OnFailureMail = "server@buehler.rocks"; passwordFile = secrets."borgbackup/password".path; sshKeyFile = secrets."borgbackup/ssh_key".path; + paths = [ "/" ]; }; # dyndns = { diff --git a/machines/thinkman/services.nix b/machines/thinkman/services.nix index f867701..9306651 100644 --- a/machines/thinkman/services.nix +++ b/machines/thinkman/services.nix @@ -14,6 +14,7 @@ in OnFailureNotification = true; passwordFile = secrets."borgbackup/password".path; sshKeyFile = secrets."borgbackup/ssh_key".path; + paths = [ "/" ]; }; }; }