# vim: ts=2
{...}: {
  imports = [
    ./hardware
    ./networking.nix

    ../../system
  ];

  system.stateVersion = "23.05";
}