Files
nixos/modules/networking.nix
2026-02-26 23:27:43 +00:00

9 lines
114 B
Nix

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