{ pkgs, inputs, ... }: { imports = [ ./hardware-configuration.nix ../common/global ../common/users/dwessels ]; networking = { hostName = "raidy"; useDHCP = true; }; system.stateVersion = "22.11"; }