refactor: Clearer naming for the manifest version

This commit is contained in:
Inex Code
2024-12-24 20:55:19 +03:00
parent 02a29c896f
commit a13a9fe839
11 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: {
spModuleVersion = 1;
spModuleManifestVersion = 1;
id = "simple-nixos-mailserver";
name = "Mail Server";
description = "E-Mail for company and family.";