diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-02-18T11·31+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-02-18T11·31+0100 |
commit | 52ff13093acb9e68e8b94309764b07dccd7dc4ef (patch) | |
tree | 2900e62ea7fd0204a766ac60de277ef3be352980 /stallo-configuration.nix | |
parent | 1c4c3ee467b6cd6d1a920af04aff22a14a40c38a (diff) |
fix(stallo): Use 5Ghz network at home
Diffstat (limited to 'stallo-configuration.nix')
-rw-r--r-- | stallo-configuration.nix | 2 |
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"; }; |