Files
stormwind-nixfiles/networking.nix

10 lines
107 B
Nix
Raw Normal View History

2025-01-13 00:46:22 +01:00
{ config, ... }:
{
networking = {
hostName = "Stormwind";
networkmanager.enable = true;
};
}