Files
nix/modules/nixos/network.nix
2024-11-09 20:55:43 +02:00

9 lines
104 B
Nix

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