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

    ../../system


#../../services
  ];

  system.stateVersion = "23.05";
}