This commit is contained in:
Johannes Kirschbauer
2025-07-12 13:47:30 +02:00
committed by Jörg Thalheim
parent 1c5257f5fe
commit 4cfe69d7f5
2 changed files with 58 additions and 1 deletions

View File

@@ -72,12 +72,19 @@
clan = {
meta.name = "clan-core";
inventory = {
services = { };
machines = {
"test-darwin-machine" = {
machineClass = "darwin";
};
};
instances = {
users = {
roles.default.tags."all" = { };
roles.default.settings = {
user = "root";
};
};
};
};
};
systems = import systems;