nix-configs/systems/x86_64/darp9.nix
Aaron Honeycutt 01089650c4 Add new file
2023-10-27 16:13:08 +00:00

9 lines
150 B
Nix

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