secrets: init secrets.nix file
This commit is contained in:
parent
bff18504c3
commit
252992006e
1 changed files with 9 additions and 0 deletions
9
secrets/secrets.nix
Normal file
9
secrets/secrets.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
let
|
||||||
|
sakotop =
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPGAwG2Fqs3xNF/6/9GdznH/jUIqxW3aTYvmteuq9odZ sako@sakotop";
|
||||||
|
sakopc =
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDjPSt4TykAJgafU9Trk7sr9wzXhBZxawDIZir0CPyDN";
|
||||||
|
|
||||||
|
shared = [ sakotop sakopc ];
|
||||||
|
|
||||||
|
in { "test.age".publicKeys = shared; }
|
Loading…
Reference in a new issue