-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add more sazed config & secrets prep.
- Loading branch information
1 parent
6e68433
commit 07bda66
Showing
4 changed files
with
20 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
let | ||
rg-scout = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFDT738i9yW4X/sO5IKD10zE/A4+Kz9ep01TkMLTrd1a"; | ||
users = [ rg-scout ]; | ||
rg-yubikey-1-rk = [ "[email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIEwOBxayZyd/zGYyoTRN2rdIQM71nzVT3lISg2pNfrZRAAAABHNzaDo=" ]; | ||
|
||
users = [ rg-scout rg-yubikey-1-rk ]; | ||
|
||
scout = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFlOwjvhd+yIUCNLtK4q3nNT3sZNa/CfPcvuxXMU02Fq"; | ||
|
||
spy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINC8PlErcHHqvX6xT0Kk9yjDPqZ3kzlmUznn+6kdLxjD"; | ||
|
||
saxton = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIIgLXN8cCbZ19eQtmtRsn1R1JEF0gg9lLYWajB2VeE6"; | ||
|
||
sazed = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL98QtOSOE5mmB/EXHsINd5mHc46gkynP2FBN939BlEc root@sazed"; | ||
|
||
systems = [ | ||
scout | ||
spy | ||
saxton | ||
sazed | ||
]; | ||
in | ||
{ | ||
|
@@ -66,4 +71,8 @@ in | |
"saxton/Mailserver-pwd-rafael.age".publicKeys = [ saxton ] ++ users; | ||
"saxton/Mailserver-pwd-machines.age".publicKeys = [ saxton ] ++ users; | ||
|
||
#Sazed secrets | ||
# "saxton/RGNet-key.age".publicKeys = [ saxton ] ++ users; | ||
# "saxton/RGNet-cert.age".publicKeys = [ saxton ] ++ users; | ||
|
||
} |