nix-configs/systems/x86_64/garrus/configuration.nix
2023-06-06 16:54:02 +00:00

9 lines
151 B
Nix

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