flake-inputs: {config, pkgs, lib, ... }: { imports = [ ./hardware-configuration.nix ../../roles ./network.nix ]; # System configuration here networking.hostName = "ghatanothoa"; system.stateVersion = "23.11"; }