{ config, pkgs, ... }: { networking = { networkmanager = { enable = true; enableFccUnlock = true; }; useDHCP = false; hostName = "ochsenchopf"; }; }