{ config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. ./hosts/w00072/hardware-configuration.nix ./components/base-software.nix ./components/user-kurtisa.nix ]; networking.hostName = "w00072"; # Define your hostname. system.stateVersion = "23.11"; # Did you read the comment? }