alyssum/immich: init
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-20 18:47:01 +10:00
parent d2fbc73636
commit aab4da94fa
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 35 additions and 1 deletions

View file

@ -49,5 +49,9 @@ in {
type = with lib.types; attrsOf str;
default = {};
};
localAddrs = lib.mkOption {
type = with lib.types; listOf str;
};
};
}