6 lines
96 B
Nix
6 lines
96 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./zones/sea.fudo.org.nix ./zones/selby.ca.nix ];
|
|
}
|