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:
parent
f7b20f6d75
commit
e0d1b49a46
14 changed files with 35 additions and 39 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
|
@ -389,7 +389,6 @@ in
|
|||
};
|
||||
};
|
||||
users.groups = mkIf (cfg.group == "immich") { immich = { }; };
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ jvanbruegge ];
|
||||
};
|
||||
meta.maintainers = with lib.maintainers; [ jvanbruegge ];
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue