Compare commits

..

2 commits

Author SHA1 Message Date
84113d5327 Desktop/NetworkManager: change connection priorities 2024-10-17 09:11:42 +02:00
f85d3d5ac2 School: install insomnia 2024-10-15 19:08:30 +02:00
2 changed files with 3 additions and 0 deletions

View file

@ -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 = {

View file

@ -7,5 +7,6 @@
jetbrains.idea-ultimate jetbrains.idea-ultimate
jetbrains.webstorm jetbrains.webstorm
nodejs nodejs
insomnia
]; ];
} }