treewide: don't generate SSH keys with builder hostname

This commit is contained in:
Michael Hoang
2025-07-07 14:07:40 +10:00
parent 1513a42c49
commit ea1df1e9f4
6 changed files with 11 additions and 11 deletions

View File

@@ -196,7 +196,7 @@ in
pkgs.xkcdpass
];
script = ''
ssh-keygen -t ed25519 -N "" -f "$out"/borgbackup.ssh
ssh-keygen -t ed25519 -N "" -C "" -f "$out"/borgbackup.ssh
xkcdpass -n 4 -d - > "$out"/borgbackup.repokey
'';
};