This commit is contained in:
mjallen18
2024-09-20 20:44:16 -05:00
parent 6553d2b574
commit bd812ddae0
7 changed files with 249 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{ lib, ... }:
with lib;
{
options.nas-apps.immich = {
enable = mkEnableOption "immich docker service";
};
}