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