nix-configs/systems/galp4.nix
Aaron Honeycutt 4a601a183f Add new file
2023-01-30 19:15:50 +00:00

9 lines
150 B
Nix

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