{ config, pkgs, lib, ... }: { networking.hostName = "aratta"; imports = [ ./hardware.nix ../../modules/server.nix ../../modules/users.nix ../../users/root.nix ../../users/hackerncoder.nix ]; system.stateVersion = "24.05"; }