nix/os/containers: add new profile

This commit is contained in:
steveej 2019-02-03 14:31:21 +01:00
parent d049d728a7
commit 247096c808
3 changed files with 13 additions and 2 deletions

View file

@ -5,7 +5,7 @@ let
in args // {
config = { pkgs, ... }: {
imports = [
../modules/ddclient-ovh.nix
../profiles/containers/configuration.nix
];
networking.firewall.enable = false;