diff options
Diffstat (limited to 'stallo-configuration.nix')
-rw-r--r-- | stallo-configuration.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix index 21f89fb180db..4af4a5fd4c22 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -18,8 +18,15 @@ hostName = "stallo"; wireless.enable = true; wireless.networks = { + # Welcome to roast club! + "How do I computer fast?" = { - # Welcome to roast club! + psk = "washyourface"; + # Prefer 5Ghz unless the card is acting up. + priority = 10; + }; + + "How do I computer?" = { psk = "washyourface"; }; }; |