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

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

    ./hardware.nix
    ./devices.nix

    ../../modules/dns.nix
    ../../modules/nfs.nix
    ../../modules/jellyfin.nix
  ];

  system.stateVersion = "24.05";
}