1
0
forked from clan/clan-core

Template: make inventory disabled by default

This commit is contained in:
Johannes Kirschbauer 2024-06-24 21:55:14 +02:00 committed by hsjobeki
parent 7f674e6f63
commit e6c78054c4

View File

@ -13,17 +13,17 @@
directory = self; directory = self;
meta.name = "__CHANGE_ME__"; # Ensure this is internet wide unique. meta.name = "__CHANGE_ME__"; # Ensure this is internet wide unique.
# Distributed services # Distributed services, uncomment to enable.
inventory = { # inventory = {
services = { # services = {
# This example configures a BorgBackup service # # This example configures a BorgBackup service
# Check: https://docs.clan.lol/reference/clanModules which ones are available in Inventory # # Check: https://docs.clan.lol/reference/clanModules which ones are available in Inventory
borgbackup.instance_1 = { # borgbackup.instance_1 = {
roles.server.machines = [ "jon" ]; # roles.server.machines = [ "jon" ];
roles.client.machines = [ "sara" ]; # roles.client.machines = [ "sara" ];
}; # };
}; # };
}; # };
# Prerequisite: boot into the installer # Prerequisite: boot into the installer
# See: https://docs.clan.lol/getting-started/installer # See: https://docs.clan.lol/getting-started/installer