diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-08T14·35+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-08T14·35+0100 |
commit | 2c921e157d956b9287a4f08034c08616314feeb7 (patch) | |
tree | 95ea68e94eac65737b561f57abe1545b135a88ce | |
parent | 7b67a50fc00cecebc27b335fd22894dbade9c040 (diff) |
feat(adho): Add FSCONS & Hackeriet networks
-rw-r--r-- | adho-configuration.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index d6089673fa2f..feb8da2c357d 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -45,6 +45,14 @@ "GET_5G_4FD250" = { psk = "62636342"; }; + + # FSCONS 2017 + "uioguest" = {}; + + # Hackeriet! + "hackeriet.no" = { + psk = "hackeriet.no"; + }; }; }; |