about summary refs log blame commit diff stats
path: root/hosts/spawn/configuration.nix
blob: ff50f404f120cfc819615f01bc91cb8e7cf0eeba (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                    


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

    ../../system
  ];

  system.stateVersion = "23.05";
}