This commit is contained in:
2024-09-15 12:04:40 -04:00
commit f3d47705d8
32 changed files with 3414 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
let
laptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4jL6gYOunUlUtPvGdML0cpbKSsPNqQ1jit4E7U1RyH";
desktop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBJjT5QZ3zRDb+V6Em20EYpSEgPW5e/U+06uQGJdraxi";
in
{
"wifi-passwords.age".publicKeys = [
laptop
desktop
];
"primary-password.age".publicKeys = [
laptop
desktop
];
}