0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

chore: move meta option to top level in many modules

This commit is contained in:
Nico Felbinger 2025-02-19 21:00:29 +01:00
parent f7b20f6d75
commit e0d1b49a46
No known key found for this signature in database
GPG key ID: 6E4C8C7087EFEEAE
14 changed files with 35 additions and 39 deletions

View file

@ -92,7 +92,6 @@ in
};
networking.firewall.allowedTCPPorts = mkIf cfg.openFirewall [ cfg.port ];
meta.maintainers = with lib.maintainers; [ jaculabilis ];
};
meta.maintainers = with lib.maintainers; [ jaculabilis ];
}

View file

@ -389,7 +389,6 @@ in
};
};
users.groups = mkIf (cfg.group == "immich") { immich = { }; };
meta.maintainers = with lib.maintainers; [ jvanbruegge ];
};
meta.maintainers = with lib.maintainers; [ jvanbruegge ];
}

View file

@ -108,11 +108,11 @@ in
};
};
meta.maintainers = with lib.maintainers; [ fliegendewurst ];
config = lib.mkIf cfg.enable (
lib.mkMerge [
{
meta.maintainers = with lib.maintainers; [ fliegendewurst ];
users.groups.trilium = { };
users.users.trilium = {
description = "Trilium User";