Files
stormwind-nixfiles/networking.nix
RootHost-Stormwind 3dbfc323e6 initial commit
2025-01-13 00:46:22 +01:00

10 lines
107 B
Nix

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