config cleanups

This commit is contained in:
2026-03-27 13:29:45 -05:00
parent 9ae5c8ab6d
commit 06c1ae13df
8 changed files with 91 additions and 27 deletions

View File

@@ -65,8 +65,10 @@
network = {
hostName = "allyx";
iwd.enable = true;
networkmanager.enable = true;
ipv4 = {
method = "auto";
interface = "wlan0";
};
};
services = {

View File

@@ -127,6 +127,7 @@ in
address = "10.0.1.3";
method = "manual";
gateway = "10.0.1.1";
dns = "1.1.1.1";
interface = "enp197s0";
};
hostId = "4b501480";

View File

@@ -75,8 +75,10 @@
network = {
hostName = "matt-nixos";
iwd.enable = true;
networkmanager.enable = true;
ipv4 = {
method = "auto";
interface = "wlan0";
};
};
services = {