455 current 2025-06-28 04:47:33 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-06-28 04:48:04 -04:00
parent 37b4e716a4
commit b6c057e70a
5 changed files with 60 additions and 1 deletions

View File

@@ -12,12 +12,23 @@
"127.0.0.1" = ["localhost"];
};
networkmanager.enable = true;
networkmanager = {
enable = true;
# dispatcherScripts = [
# {
# source = ./blockers.sh;
# type = "basic";
# }
# ];
};
# interfaces = {
# enp0s31f6 = {};
# wlp4s0 = {};
# };
# ensures wireless is wlan0, eth is eth0;
# predictable interfaces is kinda sussy innit?
usePredictableInterfaceNames = false;
};
}