feat(adho): Add phone-tethering network
This commit is contained in:
parent
2eb27420e1
commit
52dffda4c0
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "adho";
|
hostName = "adho";
|
||||||
wireless.enable = true;
|
wireless.enable = true;
|
||||||
|
wireless.userControlled.enable = true;
|
||||||
|
|
||||||
wireless.networks = {
|
wireless.networks = {
|
||||||
# Welcome to roast club!
|
# Welcome to roast club!
|
||||||
"How do I computer?" = {
|
"How do I computer?" = {
|
||||||
|
@ -22,6 +24,13 @@
|
||||||
psk = "ostemAt1";
|
psk = "ostemAt1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# On the go!
|
||||||
|
"Rumpetroll" = {
|
||||||
|
psk = "fisk1234";
|
||||||
|
# If this network exists, chances are that I want it:
|
||||||
|
priority = 10;
|
||||||
|
};
|
||||||
|
|
||||||
# Public places in Oslo:
|
# Public places in Oslo:
|
||||||
"Abelone" = {
|
"Abelone" = {
|
||||||
psk = "speakeasy";
|
psk = "speakeasy";
|
||||||
|
|
Loading…
Reference in a new issue