mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-04 23:24:22 +00:00
refactor: Even clearer naming for the manifest version
This commit is contained in:
parent
a13a9fe839
commit
a4d2c06c64
|
@ -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);
|
||||
meta = {lib, ...}: {
|
||||
# Schema version
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
# Must be the same name as flake and Systemd slice
|
||||
id = "jitsi-meet";
|
||||
# Service name displayed to a user
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "bitwarden";
|
||||
name = "Bitwarden";
|
||||
description = "Bitwarden is a password manager.";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "gitea";
|
||||
name = "Forgejo";
|
||||
description = "Forgejo is a Git forge.";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "jitsi-meet";
|
||||
name = "JitsiMeet";
|
||||
description = "Jitsi Meet is a free and open-source video conferencing solution.";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "monitoring";
|
||||
name = "Prometheus";
|
||||
description = "Prometheus is used for resource monitoring and alerts.";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "mumble";
|
||||
name = "Mumble";
|
||||
description = "Open Source, Low Latency, High Quality Voice Chat.";
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "nextcloud";
|
||||
name = "Nextcloud";
|
||||
description = "Nextcloud is a cloud storage service that offers a web interface and a desktop client.";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "ocserv";
|
||||
name = "OpenConnect VPN";
|
||||
description = "OpenConnect VPN to connect your devices and access the internet.";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "pleroma";
|
||||
name = "Pleroma";
|
||||
description = "Pleroma is a microblogging service that offers a web interface and a desktop client.";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "roundcube";
|
||||
name = "Roundcube";
|
||||
description = "Roundcube is an open source webmail software.";
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
meta = { lib, ... }: {
|
||||
spModuleManifestVersion = 1;
|
||||
spModuleSchemaVersion = 1;
|
||||
id = "simple-nixos-mailserver";
|
||||
name = "Mail Server";
|
||||
description = "E-Mail for company and family.";
|
||||
|
|
Loading…
Reference in a new issue