modules: secrets: use diff-friendly formatting
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
04f23976ee
commit
54e9303319
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue