non important commit

This commit is contained in:
maxstrb 2025-11-11 10:09:10 +01:00
parent 3b67524ffe
commit bc8cf1f558
2 changed files with 2 additions and 8 deletions

View file

@ -32,14 +32,7 @@
networking = { networking = {
proxy.noProxy = "127.0.0.1,localhost,internal.domain"; proxy.noProxy = "127.0.0.1,localhost,internal.domain";
networkmanager.enable = false; networkmanager.enable = true;
wireless = {
enable = true;
networks = {
aaa = {psk = "laserjet6plas";};
"Mi Phone" = {psk = "simoneKYS";};
};
};
firewall.enable = true; firewall.enable = true;
}; };

View file

@ -59,6 +59,7 @@
"bluetooth" "bluetooth"
"clock" "clock"
"systray" "systray"
"network"
"battery" "battery"
"notifications" "notifications"
]; ];