update syntax for setting clan targetHost

This commit is contained in:
2025-07-18 00:27:36 +02:00
parent bacaf6d5b6
commit bc2a43262a
3 changed files with 9 additions and 3 deletions

View File

@@ -21,7 +21,6 @@
nixpkgs.hostPlatform = "x86_64-linux";
networking.hostName = "crocus";
clan.core.networking.targetHost = "root@crocus.local";
networking.useDHCP = false;
systemd.network.enable = true;

View File

@@ -1,8 +1,16 @@
{
clan = {
meta.name = "blossom";
inventory.machines = {
crocus = {
deploy.targetHost = "root@crocus";
};
genepi = {
deploy.targetHost = "root@genepi";
};
};
inventory.instances = {
"rpqt-admin" = {
module.input = "clan-core";

View File

@@ -32,7 +32,6 @@
];
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";