update syntax for setting clan targetHost
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
networking.hostName = "crocus";
|
networking.hostName = "crocus";
|
||||||
clan.core.networking.targetHost = "root@crocus.local";
|
|
||||||
|
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
systemd.network.enable = true;
|
systemd.network.enable = true;
|
||||||
|
|||||||
@@ -1,8 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
clan = {
|
clan = {
|
||||||
meta.name = "blossom";
|
meta.name = "blossom";
|
||||||
|
|
||||||
|
inventory.machines = {
|
||||||
|
crocus = {
|
||||||
|
deploy.targetHost = "root@crocus";
|
||||||
|
};
|
||||||
|
genepi = {
|
||||||
|
deploy.targetHost = "root@genepi";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
inventory.instances = {
|
inventory.instances = {
|
||||||
"rpqt-admin" = {
|
"rpqt-admin" = {
|
||||||
module.input = "clan-core";
|
module.input = "clan-core";
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "genepi";
|
networking.hostName = "genepi";
|
||||||
clan.core.networking.targetHost = "root@genepi.local";
|
|
||||||
|
|
||||||
disko.devices.disk.main.device = "/dev/disk/by-id/ata-WD_Green_M.2_2280_480GB_2251E6411147";
|
disko.devices.disk.main.device = "/dev/disk/by-id/ata-WD_Green_M.2_2280_480GB_2251E6411147";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user