{ ... }:
{
imports = [
./hardware-configuration.nix
];
boot.loader.grub.devices = [ "/dev/sda" ];
networking.hostName = "apprentix";
security.sudo.extraRules = [
groups = [ "_user" ];
commands = [ "ALL" ];
}
system.stateVersion = "24.11";