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






                    
                  


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

    ../../system

    # TODO ?
    ../../services
  ];

  system.stateVersion = "23.05";
}