8 lines
128 B
Nix
8 lines
128 B
Nix
{ config, lib, pkgs, modulesPath, ... }:
|
|
{
|
|
networking = {
|
|
hostName = "marauder";
|
|
networkmanager.enable = true;
|
|
};
|
|
}
|