Skip to content

Commit

Permalink
[nyarlathotep] Sync bookdb & bookmarks to yuggoth
Browse files Browse the repository at this point in the history
  • Loading branch information
barrucadu committed Dec 10, 2024
1 parent 218353f commit f6583df
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions hosts/nyarlathotep/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,10 @@ in

nixfiles.bookdb.remoteSync.send.enable = true;
nixfiles.bookdb.remoteSync.send.sshKeyFile = config.sops.secrets."users/bookdb_remote_sync/ssh_private_key".path;
nixfiles.bookdb.remoteSync.send.targets = [ "carcosa.barrucadu.co.uk" ];
nixfiles.bookdb.remoteSync.send.targets = [
"carcosa.barrucadu.co.uk"
"yuggoth.barrucadu.co.uk"
];

sops.secrets."users/bookdb_remote_sync/ssh_private_key" = {
owner = config.users.extraUsers.bookdb-remote-sync-send.name;
Expand All @@ -502,7 +505,10 @@ in

nixfiles.bookmarks.remoteSync.send.enable = true;
nixfiles.bookmarks.remoteSync.send.sshKeyFile = config.sops.secrets."users/bookmarks_remote_sync/ssh_private_key".path;
nixfiles.bookmarks.remoteSync.send.targets = [ "carcosa.barrucadu.co.uk" ];
nixfiles.bookmarks.remoteSync.send.targets = [
"carcosa.barrucadu.co.uk"
"yuggoth.barrucadu.co.uk"
];

sops.secrets."users/bookmarks_remote_sync/ssh_private_key" = {
owner = config.users.extraUsers.bookmarks-remote-sync-send.name;
Expand Down

0 comments on commit f6583df

Please sign in to comment.