summary refs log tree commit diff
path: root/machines/graphite.nix
blob: d0bcaa8e2dfe51d301bf465874b836b692dcb628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ ... }:

{
  imports = [
    ../modules/common.nix

    ./hardware/graphite.nix
    ./devices/graphite.nix
  ];

  networking.hostName = "Graphite";

  system.stateVersion = "24.05";
}