From b2e40e5e0d7b02c62764a53b8e52f2c98c5379b1 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 16 Feb 2024 20:27:04 +0100 Subject: Back up user data on new machines --- tw/system/vin.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tw/system/vin.scm') 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 @@ -149,6 +149,16 @@ (destination "/etc/restic/timo-laptop") (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") -- cgit v1.2.3