aaa?
This commit is contained in:
22
nix/etcnixos/secrets/wifi-passwords.nix
Normal file
22
nix/etcnixos/secrets/wifi-passwords.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user