mirror of
https://github.com/ryantm/agenix.git
synced 2024-12-23 08:08:29 +03:00
Run nix fmt on secrets.nix
This commit is contained in:
parent
7133e545ff
commit
f6288a8fa7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ in {
|
||||||
"secret2.age".publicKeys = [user1];
|
"secret2.age".publicKeys = [user1];
|
||||||
"passwordfile-user1.age".publicKeys = [user1 system1];
|
"passwordfile-user1.age".publicKeys = [user1 system1];
|
||||||
"armored-secret.age" = {
|
"armored-secret.age" = {
|
||||||
publicKeys = [ user1 ];
|
publicKeys = [user1];
|
||||||
armor = true;
|
armor = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue