style: format everything
This commit is contained in:
parent
f4c27362c4
commit
4da8981990
120 changed files with 1550 additions and 1655 deletions
|
|
@ -15,10 +15,12 @@
|
|||
|
||||
networking = {
|
||||
interfaces.enp2s0 = {
|
||||
ipv4.addresses = [{
|
||||
address = "192.168.0.3";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "192.168.0.3";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = {
|
||||
address = "192.168.0.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue