modules: secrets: use diff-friendly formatting
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-04-13 15:55:27 +00:00
parent 04f23976ee
commit 54e9303319
1 changed files with 6 additions and 2 deletions

View File

@ -1,10 +1,14 @@
let
# FIXME: read them from directories
ambroisie = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMIVd6Oh08iUNb1vTULbxGpevnh++wxsWW9wqhaDryIq ambroisie@agenix";
users = [ ambroisie ];
users = [
ambroisie
];
porthos = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGzznQ3LSmBYHx6fXthgMDiTcU5i/Nvj020SbmhzAFb root@porthos";
machines = [ porthos ];
machines = [
porthos
];
all = users ++ machines;
in