infra/nix/os/profiles/containers/configuration.nix

12 lines
132 B
Nix
Raw Normal View History

2019-02-03 14:31:21 +01:00
{ ... }:
{
nixpkgs.overlays = [
(import ../../../overlay.nix)
];
imports = [
../../modules/ddclient-ovh.nix
];
}