From 28a9f7427b54d44922adf0b89d56c46807e5736d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 15 Dec 2025 18:37:46 -0800 Subject: rsync some medias to the NAS --- secrets/rsync-ssh-nas.age | Bin 0 -> 721 bytes secrets/secrets.nix | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 secrets/rsync-ssh-nas.age (limited to 'secrets') diff --git a/secrets/rsync-ssh-nas.age b/secrets/rsync-ssh-nas.age new file mode 100644 index 0000000..b71e4ca Binary files /dev/null and b/secrets/rsync-ssh-nas.age differ diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 155a88b..adb15e1 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -25,6 +25,12 @@ in hosts.rivendell ]; + # ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINE3mdcVS7+DPr7MZzIh3JsuI5t4z83j7ZAdAYxFLW4S rsync-nas + "rsync-ssh-nas.age".publicKeys = [ + users.fcuny + hosts.rivendell + ]; + # this is the SSH key we use to access the remote builder. "ssh-remote-builder.age".publicKeys = [ users.fcuny -- cgit v1.2.3