.
This commit is contained in:
parent
e45b2bfd7f
commit
25024f7fbd
3 changed files with 23 additions and 20 deletions
11
clan.nix
Normal file
11
clan.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
meta.name = "amarth-services";
|
||||
|
||||
inventory = {
|
||||
machines = {
|
||||
"test-darwin-machine" = {
|
||||
machineClass = "darwin";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue