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

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

    ./hardware/grimoire.nix
    ./devices/grimoire.nix
  ];

  networking.hostName = "Grimoire";

  system.stateVersion = "24.05";
}