nix-configs/hosts/x86_64/lemp12.nix
2024-01-31 08:00:36 -07:00

9 lines
151 B
Nix

{ config, pkgs, ... }:
{
# Name your host machine
networking.hostName = "lemp12";
# System76
hardware.system76.enableAll = true;
}