This commit is contained in:
mjallen18
2026-04-09 10:35:50 -05:00
parent 1e1eb9886c
commit aa609630a1

View File

@@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation {
meta = with lib; {
description = "Profile Pic for Matt";
homepage = "https://authentik.mjallen.dev";
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ ];
};
}