Run nix fmt on secrets.nix
This commit is contained in:
parent
01217f8b39
commit
d48f920cde
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ in {
|
|||
"passwordfile-user1.age".publicKeys = [user1 system1];
|
||||
"-leading-hyphen-filename.age".publicKeys = [user1 system1];
|
||||
"armored-secret.age" = {
|
||||
publicKeys = [ user1 ];
|
||||
publicKeys = [user1];
|
||||
armor = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue