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

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

    ./hardware.nix
    ./devices.nix
  
    ../../modules/dns.nix
  ];

  system.stateVersion = "24.05";
}