{ config, lib, pkgs, ... }:
{
fudo.slynk.enable = true;
networking = {
eno1.useDHCP = false;
intif0 = { useDHCP = true; };
};
}