mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
secrets: rekey all files
This commit is contained in:
parent
91b31d6d30
commit
3b32e9d7b7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,7 +3,9 @@ let
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG42LafAFOeh3oYz/cm6FXes0ss59/EOCXpGsYvhpI21";
|
||||
system2 =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHjRjAddjbyoM32tQhCjj8OrnqNBsXj+5D379iryupK+";
|
||||
systems = [ system1 system2 ];
|
||||
system3 =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ4X7YXsEmMW3jP2dfU9l/KrF9jUZqN0sVXSvkag8VFH";
|
||||
systems = [ system1 system2 system3 ];
|
||||
|
||||
user1 =
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMclb6WPpYRoMVqCCzQcG2XQHczB6vaIEDIHqjVsyQJi";
|
||||
@ -17,6 +19,7 @@ let
|
||||
in {
|
||||
"archive/borg-patterns".publicKeys = users ++ systems;
|
||||
"archive/borg-patterns-local".publicKeys = users ++ systems;
|
||||
"archive/borg-ssh-key".publicKeys = systems;
|
||||
"archive/password".publicKeys = users ++ systems;
|
||||
"archive/key".publicKeys = users ++ systems;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user