aboutsummaryrefslogtreecommitdiff
path: root/tw/system/vin.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-02-16 20:27:04 +0100
committerTimo Wilken2024-02-16 20:27:25 +0100
commitb2e40e5e0d7b02c62764a53b8e52f2c98c5379b1 (patch)
tree4ca5f81f96b934283318972c2f2ef85e0e35709d /tw/system/vin.scm
parent1d478adf702367597e51ae897b7542098bd6fa8c (diff)
Back up user data on new machines
Diffstat (limited to 'tw/system/vin.scm')
-rw-r--r--tw/system/vin.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/tw/system/vin.scm b/tw/system/vin.scm
index d3567f91..dc5bc756 100644
--- a/tw/system/vin.scm
+++ b/tw/system/vin.scm
@@ -150,6 +150,16 @@
(user "restic")
(group "restic"))
(secret
+ (encrypted-file (local-file "files/restic/timo-framework.enc"))
+ (destination "/etc/restic/timo-framework")
+ (user "restic")
+ (group "restic"))
+ (secret
+ (encrypted-file (local-file "files/restic/timo-battleship.enc"))
+ (destination "/etc/restic/timo-battleship")
+ (user "restic")
+ (group "restic"))
+ (secret
(encrypted-file (local-file "files/restic/timo-phone.enc"))
(destination "/etc/restic/timo-phone")
(user "restic")