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

10 lines
138 B
Nix
Raw Normal View History

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