about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-02-18T11·31+0100
committerVincent Ambo <tazjin@gmail.com>2018-02-18T11·31+0100
commit52ff13093acb9e68e8b94309764b07dccd7dc4ef (patch)
tree2900e62ea7fd0204a766ac60de277ef3be352980
parent1c4c3ee467b6cd6d1a920af04aff22a14a40c38a (diff)
fix(stallo): Use 5Ghz network at home
-rw-r--r--stallo-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix
index b58497f9e4b5..3a3205cbb5ee 100644
--- a/stallo-configuration.nix
+++ b/stallo-configuration.nix
@@ -11,7 +11,7 @@
     hostName = "stallo";
     wireless.enable = true;
     wireless.networks = {
-      "How do I computer?" = {
+      "How do I computer fast?" = {
         # Welcome to roast club!
         psk = "washyourface";
       };