From 83bbedbb6f6347e91dbb91f13d5da2d154ad9807 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 22 Oct 2017 01:30:22 +0200 Subject: feat(adho): Add another wifi network --- adho-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix index d3560a51660a..7246f541909d 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -26,6 +26,11 @@ "Abelone" = { psk = "speakeasy"; }; + + # Eugene's apartment: + "GET_5G_4FD250" = { + psk = "62636342"; + }; }; }; -- cgit 1.4.1