restructure dockers, add watchtower
This commit is contained in:
13
modules/homelab/docker/dockers.nix
Normal file
13
modules/homelab/docker/dockers.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./watchtowner.nix
|
||||
./ddns.nix
|
||||
];
|
||||
|
||||
modules.homelab.docker.watchtower.enable = lib.mkDefault true;
|
||||
modules.homelab.docker.ddns.enable = lib.mkDefault false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user