nix-configs/systems/x86_64/galp4.nix
2023-05-12 16:33:24 -06:00

9 lines
150 B
Nix

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