Colmena refuses to build while tree is dirty. So we're going to commit a lot of stuff.

This commit is contained in:
Joey Hafner 2024-09-24 13:21:15 -07:00
parent 82763c0042
commit 45c8efe4f0
No known key found for this signature in database

View File

@ -42,11 +42,9 @@
};
};
networking = {
hostName = "";
interfaces."enp1s0" = {
useDHCP = true;
macAddress = "";
ipv4.addresses = [ { address = ""; prefixLength = 24; } ];
ipv4.addresses = [ { prefixLength = 24; } ];
};
};
time.timeZone = "America/Los_Angeles";