add import tree
This commit is contained in:
parent
ba7c3392b9
commit
20de142350
24 changed files with 77 additions and 256 deletions
110
clan.nix
110
clan.nix
|
|
@ -8,60 +8,60 @@
|
|||
directory = ./.;
|
||||
|
||||
inventory.machines = {
|
||||
# aule = {
|
||||
# name = "aule";
|
||||
# description = "Planned build server.";
|
||||
# machineClass = "nixos";
|
||||
# tags = ["planned" "build"];
|
||||
# };
|
||||
# mandos = {
|
||||
# name = "mandos";
|
||||
# description = "Living room Steam box.";
|
||||
# machineClass = "nixos";
|
||||
# tags = ["gaming" "living-room"];
|
||||
# };
|
||||
# manwe = {
|
||||
# name = "manwe";
|
||||
# description = "Main desktop.";
|
||||
# machineClass = "nixos";
|
||||
# tags = ["desktop"];
|
||||
# };
|
||||
# melkor = {
|
||||
# name = "melkor";
|
||||
# description = "Planned machine with no defined role yet.";
|
||||
# machineClass = "nixos";
|
||||
# tags = [];
|
||||
# };
|
||||
# orome = {
|
||||
# name = "orome";
|
||||
# description = "Work laptop.";
|
||||
# machineClass = "nixos";
|
||||
# tags = ["laptop" "work"];
|
||||
# };
|
||||
# tulkas = {
|
||||
# name = "tulkas";
|
||||
# description = "Steam Deck.";
|
||||
# machineClass = "nixos";
|
||||
# tags = ["gaming" "handheld"];
|
||||
# };
|
||||
aule = {
|
||||
name = "aule";
|
||||
description = "Planned build server.";
|
||||
machineClass = "nixos";
|
||||
tags = ["planned" "build"];
|
||||
};
|
||||
mandos = {
|
||||
name = "mandos";
|
||||
description = "Living room Steam box.";
|
||||
machineClass = "nixos";
|
||||
tags = ["gaming" "living-room"];
|
||||
};
|
||||
manwe = {
|
||||
name = "manwe";
|
||||
description = "Main desktop.";
|
||||
machineClass = "nixos";
|
||||
tags = ["desktop"];
|
||||
};
|
||||
melkor = {
|
||||
name = "melkor";
|
||||
description = "Planned machine with no defined role yet.";
|
||||
machineClass = "nixos";
|
||||
tags = [];
|
||||
};
|
||||
orome = {
|
||||
name = "orome";
|
||||
description = "Work laptop.";
|
||||
machineClass = "nixos";
|
||||
tags = ["laptop" "work"];
|
||||
};
|
||||
tulkas = {
|
||||
name = "tulkas";
|
||||
description = "Steam Deck.";
|
||||
machineClass = "nixos";
|
||||
tags = ["gaming" "handheld"];
|
||||
};
|
||||
ulmo = {
|
||||
name = "ulmo";
|
||||
description = "Primary self-hosted services machine.";
|
||||
machineClass = "nixos";
|
||||
tags = ["server" "services"];
|
||||
};
|
||||
# varda = {
|
||||
# name = "varda";
|
||||
# description = "Planned machine with no defined role yet.";
|
||||
# machineClass = "nixos";
|
||||
# tags = [];
|
||||
# };
|
||||
# yavanna = {
|
||||
# name = "yavanna";
|
||||
# description = "Planned machine with no defined role yet.";
|
||||
# machineClass = "nixos";
|
||||
# tags = [];
|
||||
# };
|
||||
varda = {
|
||||
name = "varda";
|
||||
description = "Planned machine with no defined role yet.";
|
||||
machineClass = "nixos";
|
||||
tags = [];
|
||||
};
|
||||
yavanna = {
|
||||
name = "yavanna";
|
||||
description = "Planned machine with no defined role yet.";
|
||||
machineClass = "nixos";
|
||||
tags = [];
|
||||
};
|
||||
};
|
||||
|
||||
inventory.instances = {
|
||||
|
|
@ -83,11 +83,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
machines = {
|
||||
# mandos = {};
|
||||
# manwe = {};
|
||||
# orome = {};
|
||||
# tulkas = {};
|
||||
ulmo = {};
|
||||
};
|
||||
# machines = {
|
||||
# mandos = {};
|
||||
# manwe = {};
|
||||
# orome = {};
|
||||
# tulkas = {};
|
||||
# ulmo = {};
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue