11 lines
144 B
Nix
11 lines
144 B
Nix
![]() |
{ config, lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
fudo.slynk.enable = true;
|
||
|
|
||
|
networking = {
|
||
|
eno1.useDHCP = false;
|
||
|
intif0 = { useDHCP = true; };
|
||
|
};
|
||
|
}
|