1
0
Fork 0
mirror of https://github.com/tboerger/nixos-config synced 2024-06-09 04:46:03 +02:00
github.com-tboerger-nixos-c.../desktops/chnum/networking.nix

12 lines
131 B
Nix

{ config, lib, pkgs, ... }:
{
networking = {
hostName = "chnum";
networkmanager = {
enable = true;
};
};
}