refactor: Even clearer naming for the manifest version

This commit is contained in:
Inex Code 2024-12-24 21:07:29 +03:00
parent a13a9fe839
commit a4d2c06c64
No known key found for this signature in database
11 changed files with 11 additions and 11 deletions

View file

@ -124,7 +124,7 @@ If you added a new SelfPrivacy module, you have to also edit a `genUserdata` fun
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = {lib, ...}: { meta = {lib, ...}: {
# Schema version # Schema version
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
# Must be the same name as flake and Systemd slice # Must be the same name as flake and Systemd slice
id = "jitsi-meet"; id = "jitsi-meet";
# Service name displayed to a user # Service name displayed to a user

View file

@ -7,7 +7,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "bitwarden"; id = "bitwarden";
name = "Bitwarden"; name = "Bitwarden";
description = "Bitwarden is a password manager."; description = "Bitwarden is a password manager.";

View file

@ -6,7 +6,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "gitea"; id = "gitea";
name = "Forgejo"; name = "Forgejo";
description = "Forgejo is a Git forge."; description = "Forgejo is a Git forge.";

View file

@ -6,7 +6,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "jitsi-meet"; id = "jitsi-meet";
name = "JitsiMeet"; name = "JitsiMeet";
description = "Jitsi Meet is a free and open-source video conferencing solution."; description = "Jitsi Meet is a free and open-source video conferencing solution.";

View file

@ -6,7 +6,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "monitoring"; id = "monitoring";
name = "Prometheus"; name = "Prometheus";
description = "Prometheus is used for resource monitoring and alerts."; description = "Prometheus is used for resource monitoring and alerts.";

View file

@ -6,7 +6,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "mumble"; id = "mumble";
name = "Mumble"; name = "Mumble";
description = "Open Source, Low Latency, High Quality Voice Chat."; description = "Open Source, Low Latency, High Quality Voice Chat.";

View file

@ -7,7 +7,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "nextcloud"; id = "nextcloud";
name = "Nextcloud"; name = "Nextcloud";
description = "Nextcloud is a cloud storage service that offers a web interface and a desktop client."; description = "Nextcloud is a cloud storage service that offers a web interface and a desktop client.";

View file

@ -6,7 +6,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "ocserv"; id = "ocserv";
name = "OpenConnect VPN"; name = "OpenConnect VPN";
description = "OpenConnect VPN to connect your devices and access the internet."; description = "OpenConnect VPN to connect your devices and access the internet.";

View file

@ -6,7 +6,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "pleroma"; id = "pleroma";
name = "Pleroma"; name = "Pleroma";
description = "Pleroma is a microblogging service that offers a web interface and a desktop client."; description = "Pleroma is a microblogging service that offers a web interface and a desktop client.";

View file

@ -6,7 +6,7 @@
configPathsNeeded = configPathsNeeded =
builtins.fromJSON (builtins.readFile ./config-paths-needed.json); builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
meta = { lib, ... }: { meta = { lib, ... }: {
spModuleManifestVersion = 1; spModuleSchemaVersion = 1;
id = "roundcube"; id = "roundcube";
name = "Roundcube"; name = "Roundcube";
description = "Roundcube is an open source webmail software."; description = "Roundcube is an open source webmail software.";

View file

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