about summary refs log tree commit diff
path: root/machines/profpatsch/legosi.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-03-05 22:52:26 +0100
committerProfpatsch <mail@profpatsch.de>2021-03-05 22:56:29 +0100
commitee863702028491cd328a835212ceb986d2a65e30 (patch)
tree8869076ea47806bca315f161f77750e9d23441ae /machines/profpatsch/legosi.nix
parent19a9a7220cab447084a610db223232d41ca1e4f9 (diff)
machines/legosi: add --name to duplicity invocation
Diffstat (limited to 'machines/profpatsch/legosi.nix')
-rw-r--r--machines/profpatsch/legosi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index 2d7c78f8..8eb95023 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -105,6 +105,7 @@ in {
       secretFile = "/var/lib/duplicity/secrets";
 
       extraFlags = [
+        "--name" "legosi-root"
         "--verbosity" "notice"
         "--full-if-older-than" "60D"
         "--num-retries" "3"