diff --git a/machines/adhil/configuration.nix b/machines/adhil/configuration.nix index 6db79a1..db777ea 100644 --- a/machines/adhil/configuration.nix +++ b/machines/adhil/configuration.nix @@ -7,7 +7,7 @@ clan.core.sops.defaultGroups = [ "admins" ]; # clan.core.networking.targetHost = "root@"; - clan.meta.name = "adhil"; + clan.core.settings.name = "adhil"; # clan.meta.description = "Raspberry Pi 4 SBC board for one of w phone network. (With w office)"; } diff --git a/machines/almach/configuration.nix b/machines/almach/configuration.nix index 68b032c..6f33148 100644 --- a/machines/almach/configuration.nix +++ b/machines/almach/configuration.nix @@ -7,7 +7,7 @@ clan.core.sops.defaultGroups = [ "admins" ]; # clan.core.networking.targetHost = "root@"; - clan.meta.name = "almach"; + clan.core.settings.name = "almach"; # clan.meta.description = "Radxa X4 SBC board for one of w phone network."; } diff --git a/machines/alpheratz/configuration.nix b/machines/alpheratz/configuration.nix index a5dd036..7988c05 100644 --- a/machines/alpheratz/configuration.nix +++ b/machines/alpheratz/configuration.nix @@ -7,7 +7,7 @@ clan.core.sops.defaultGroups = [ "admins" ]; # clan.core.networking.targetHost = "root@"; - clan.meta.name = "alpheratz"; + clan.core.settings.name = "alpheratz"; # clan.meta.description = "Radxa X4 SBC board for one of w phone network."; } diff --git a/machines/buna/configuration.nix b/machines/buna/configuration.nix index e2b8f18..790d5b6 100644 --- a/machines/buna/configuration.nix +++ b/machines/buna/configuration.nix @@ -7,7 +7,7 @@ clan.core.sops.defaultGroups = [ "admins" ]; # clan.core.networking.targetHost = "root@"; - clan.meta.name = "buna"; + clan.core.settings.name = "buna"; # clan.meta.description = "Radxa X4 SBC board for one of w phone network. (With w whitehouse)"; } diff --git a/machines/mirach/configuration.nix b/machines/mirach/configuration.nix index 8966bca..0a7643f 100644 --- a/machines/mirach/configuration.nix +++ b/machines/mirach/configuration.nix @@ -7,7 +7,7 @@ clan.core.sops.defaultGroups = [ "admins" ]; # clan.core.networking.targetHost = "root@"; - clan.meta.name = "mirach"; + clan.core.settings.name = "mirach"; # clan.meta.description = "Radxa X4 SBC board for one of w phone network."; } diff --git a/machines/neptune/configuration.nix b/machines/neptune/configuration.nix index d81487a..7244f04 100644 --- a/machines/neptune/configuration.nix +++ b/machines/neptune/configuration.nix @@ -56,7 +56,7 @@ "tls://astrra.space:55535" ]; - clan.meta.name = "neptune"; + clan.core.settings.name = "neptune"; # clan.meta.description = "Radxa SBC board for testing. (With vi)"; } diff --git a/machines/ramus/configuration.nix b/machines/ramus/configuration.nix index 7511e02..90548bd 100644 --- a/machines/ramus/configuration.nix +++ b/machines/ramus/configuration.nix @@ -5,7 +5,7 @@ system = "x86_64-linux"; }; - clan.meta.name = "ramus"; + clan.core.settings.name = "ramus"; # clan.meta.description = '' # A Hetzner VPS machine own by Alex. # '';