diff options
author | Vincent Ambo <mail@tazj.in> | 2019-01-30T09·14+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2019-01-30T09·14+0100 |
commit | f32222c36f6c2c15294cdc190c0ebd92a130ca26 (patch) | |
tree | 9a0b076f8f8407ceb91778c4324f491853e0a2a3 /adho-configuration.nix | |
parent | 432bb85f486e25b71d5eb9a2e627a7a1769beb79 (diff) |
chore(adho): Add Kitty's network
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r-- | adho-configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index 4498f0454979..0181c4ace38f 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -152,6 +152,11 @@ psk = "couscous"; }; + # Kitty's misspelled network. + "How do I Computer?" = { + psk = "herpderpponies"; + }; + # NixCon 2018 "Coin Street Community Builders " = { psk = "3vents2016"; |