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

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

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

  system.stateVersion = "24.05";
}