1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-26 07:43:45 +01:00
github.com-tboerger-nixos-c.../desktops/chnum/networking.nix

12 lines
131 B
Nix
Raw Normal View History

2022-09-27 22:07:46 +02:00
{ config, lib, pkgs, ... }:
{
networking = {
hostName = "chnum";
networkmanager = {
enable = true;
};
};
}