diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-29T15·47+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-29T15·47+0100 |
commit | 197f33574e8f4ea7ac5413e6bc6e2bac47bae756 (patch) | |
tree | 1381e799221d8e37e9da39a7fafaa37ed803afd4 /adho-configuration.nix | |
parent | d22510b15f6cdb039f3a21e04de3687de1866a00 (diff) |
fix(adho): Use 5Ghz network at home
Diffstat (limited to 'adho-configuration.nix')
-rw-r--r-- | adho-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adho-configuration.nix b/adho-configuration.nix index c08ec7350041..d6089673fa2f 100644 --- a/adho-configuration.nix +++ b/adho-configuration.nix @@ -19,7 +19,7 @@ wireless.networks = { # Welcome to roast club! - "How do I computer?" = { + "How do I computer fast?" = { psk = "washyourface"; }; |