{ self, config, pkgs, lib, ... }: let utils = import ../../../util/include.nix { lib = lib; }; imports = (utils.includeDir ./services) ++ [ ./hardware-configuration.nix ./networking.nix ./users.nix ]; in { inherit imports; networking.hostName = "aztul"; networking.domain = "elmosco.lewd.wtf"; boot.loader.grub = { enable = true; efiSupport = false; devices = [ "/dev/sda" ]; }; system.stateVersion = "22.11"; }