nix-configs/systems/x86_64/garrus/configuartion.nix

9 lines
151 B
Nix

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