chore(ci): formatting

This commit is contained in:
arcnmx 2024-02-23 10:54:40 -08:00
parent ef5306904c
commit 6e882b5342
11 changed files with 30 additions and 44 deletions

View file

@ -1,7 +1,4 @@
{
meta,
...
}: {
{meta, ...}: {
imports = let
inherit (meta) nixos;
in [
@ -28,11 +25,11 @@
enable = true;
rejectLocaladdrs = true;
serviceSettings = rec {
wants = [ "localaddrs.service" ];
wants = ["localaddrs.service"];
after = wants;
};
};
interfaces.eth1 = { };
interfaces.eth1 = {};
};
systemd.network.networks.eth0 = {
name = "eth0";