This commit is contained in:
pinpox
2025-10-16 11:06:31 +02:00
parent 9851993b82
commit 9299cd9666
15 changed files with 40 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
{
# Ensure this is unique among all clans you want to use.
meta.name = "__CHANGE_ME__";
meta.tld = "changeme";
inventory.machines = {
# Define machines here.

View File

@@ -5,5 +5,6 @@
];
clan = {
meta.name = "__CHANGE_ME__";
meta.tld = "changeme";
};
}

View File

@@ -1,6 +1,7 @@
{
# Ensure this is unique among all clans you want to use.
meta.name = "__CHANGE_ME__";
meta.tld = "changeme";
inventory.machines = {
# Define machines here.

View File

@@ -11,6 +11,7 @@
# Change this to your clan name
# Setting a name is required
meta.name = inputs.nixpkgs.lib.mkDefault "__clan__";
meta.tld = inputs.nixpkgs.lib.mkDefault "changeme";
};
in
{