mb?
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,9 +1,10 @@
|
||||
let
|
||||
pub-keys = (import ../secrets.nix).pub-keys;
|
||||
pub-keys = (import ../pub-keys.nix).pub-keys;
|
||||
andromeda = pub-keys.ssh.andromeda;
|
||||
lenovo = pub-keys.ssh.lenovo;
|
||||
_109-199-104-83 = pub-keys.ssh._109-199-104-83;
|
||||
in {
|
||||
"secret0.age".publicKeys = [andromeda lenovo];
|
||||
"secret1.age".publicKeys = [andromeda lenovo];
|
||||
"secret2.age".publicKeys = [andromeda lenovo];
|
||||
"secret2.age".publicKeys = [andromeda lenovo _109-199-104-83];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user