Files
rice-flakes/modules/core/network.nix
2026-02-19 13:08:11 -06:00

7 lines
93 B
Nix

{ host, ... }:
{
networking.hostName = host;
networking.networkmanager.enable = true;
}