nixos-config/config/domains.nix

8 lines
83 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./domains/sea.fudo.org.nix
];
}