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

9 lines
150 B
Nix

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