Run nix fmt on secrets.nix

This commit is contained in:
Andrew Lubawy 2024-07-30 15:47:45 -07:00
parent 7133e545ff
commit f6288a8fa7
No known key found for this signature in database
GPG key ID: 8E98BAE1F49C2709

View file

@ -6,7 +6,7 @@ in {
"secret2.age".publicKeys = [user1];
"passwordfile-user1.age".publicKeys = [user1 system1];
"armored-secret.age" = {
publicKeys = [ user1 ];
publicKeys = [user1];
armor = true;
};
}