This commit is contained in:
2024-09-26 22:23:45 -04:00
commit 915beb0bdc
41 changed files with 3783 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,16 @@
let
laptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4jL6gYOunUlUtPvGdML0cpbKSsPNqQ1jit4E7U1RyH";
desktop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBJjT5QZ3zRDb+V6Em20EYpSEgPW5e/U+06uQGJdraxi";
in
(builtins.listToAttrs (
map
(f: {
f.publicKeys = [
laptop
desktop
];
})
[
"primary-password.age"
]
))

Binary file not shown.

View File

@@ -0,0 +1,22 @@
{
#home network
"gw" = {
psk = "cgAsusNetwork";
};
#school network
"FLTech-Guest" = {
psk = "87293453";
};
#redmond airbnb (16839 NE 89th Street)
"16839wifi" = {
#such a bad password
psk = "letmein123";
};
#mobile hotspot
"silli kitty" = {
psk = "2f2ewir8r6k95y4";
};
}