style: format everything

This commit is contained in:
Moritz Böhme 2025-04-13 17:58:17 +02:00
parent f4c27362c4
commit 4da8981990
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
120 changed files with 1550 additions and 1655 deletions

View file

@ -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";