1{outputs, ...}: { 2 system = "x86_64-linux"; 3 modules = [ 4 { 5 system.stateVersion = "25.05"; 6 networking.hostName = "test"; 7 } 8 (outputs.lib.applyRoles ["base" "latest-linux" "normalboot" "vm"]) 9 ]; 10}