Colmena refuses to build while tree is dirty. So we're going to commit a lot of stuff.
This commit is contained in:
parent
82763c0042
commit
45c8efe4f0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user