{pkgs, ...}: { imports = [ ./hardware-configuration.nix ../../roles ../../roles/vm.nix ]; # System configuration here environment.systemPackages = [pkgs.git]; networking.hostName = "nodens"; system.stateVersion = "24.11"; }