Run nix fmt on secrets.nix

This commit is contained in:
Andrew Lubawy 2024-07-30 15:47:45 -07:00 committed by Ryan Mulligan
parent 01217f8b39
commit d48f920cde

View file

@ -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;
};
}