Compare commits
2 commits
72ec589771
...
84113d5327
| Author | SHA1 | Date | |
|---|---|---|---|
| 84113d5327 | |||
| f85d3d5ac2 |
2 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ in {
|
||||||
connection = {
|
connection = {
|
||||||
id = "4G Modem";
|
id = "4G Modem";
|
||||||
type = "wifi";
|
type = "wifi";
|
||||||
|
autoconnect-priority = 5;
|
||||||
};
|
};
|
||||||
ipv4.method = "auto";
|
ipv4.method = "auto";
|
||||||
wifi = {
|
wifi = {
|
||||||
|
|
@ -37,6 +38,7 @@ in {
|
||||||
connection = {
|
connection = {
|
||||||
id = "Phone";
|
id = "Phone";
|
||||||
type = "wifi";
|
type = "wifi";
|
||||||
|
autoconnect-priority = 5;
|
||||||
};
|
};
|
||||||
ipv4.method = "auto";
|
ipv4.method = "auto";
|
||||||
wifi = {
|
wifi = {
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,6 @@
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
jetbrains.webstorm
|
jetbrains.webstorm
|
||||||
nodejs
|
nodejs
|
||||||
|
insomnia
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue