about summary refs log tree commit diff
path: root/machines/srv1/default.nix
blob: cd4010ff3531ebaabd79faa7fe22c7b37cdead17 (plain)
1
2
3
4
5
6
{
  imports = [
    ./hardware-configuration.nix
    ./configuration.nix
  ];
}