nixos-config/config/host-config/spark.nix
2021-04-17 12:32:53 -07:00

12 lines
146 B
Nix

{ config, lib, pkgs, ... }:
{
fudo.slynk.enable = true;
networking = {
interfaces = {
extif0 = { useDHCP = true; };
};
};
}