Make nixfmt veery happy 🤗

This commit is contained in:
Fabian Hauser 2020-04-20 21:37:37 +00:00
parent 3d7a3dd741
commit 0f509a7c8e
4 changed files with 9 additions and 3 deletions

View file

@ -59,7 +59,10 @@
# replicates the default behaviour.
networking.useDHCP = false;
networking.interfaces.eno1 = {
ipv4.addresses = [ { address = "10.1.2.2"; prefixLength = 24; } ];
ipv4.addresses = [{
address = "10.1.2.2";
prefixLength = 24;
}];
};
networking.interfaces.wlp1s0.useDHCP = true;