about summary refs log tree commit diff stats
path: root/hosts/spawn/default.nix
blob: ff50f404f120cfc819615f01bc91cb8e7cf0eeba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# vim: ts=2
{...}: {
  imports = [
    ./hardware
    ./networking.nix

    ../../system
  ];

  system.stateVersion = "23.05";
}