nix-configs/systems/galp3-b.nix
Aaron Honeycutt 09a9943c48 Add new file
2022-09-30 17:45:52 +00:00

9 lines
152 B
Nix

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