diff --git a/machines/adhil/configuration.nix b/machines/adhil/configuration.nix index db777ea..65744d0 100644 --- a/machines/adhil/configuration.nix +++ b/machines/adhil/configuration.nix @@ -8,6 +8,7 @@ # clan.core.networking.targetHost = "root@"; clan.core.settings.name = "adhil"; - # clan.meta.description = "Raspberry Pi 4 SBC board for one of w phone network. (With w office)"; + clan.core.settings.machine.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 6f33148..4b96996 100644 --- a/machines/almach/configuration.nix +++ b/machines/almach/configuration.nix @@ -8,6 +8,6 @@ # clan.core.networking.targetHost = "root@"; clan.core.settings.name = "almach"; - # clan.meta.description = "Radxa X4 SBC board for one of w phone network."; + clan.core.settings.machine.description = "Radxa X4 SBC board for one of w phone network."; } diff --git a/machines/alpheratz/configuration.nix b/machines/alpheratz/configuration.nix index 7988c05..8965946 100644 --- a/machines/alpheratz/configuration.nix +++ b/machines/alpheratz/configuration.nix @@ -8,6 +8,6 @@ # clan.core.networking.targetHost = "root@"; clan.core.settings.name = "alpheratz"; - # clan.meta.description = "Radxa X4 SBC board for one of w phone network."; + clan.core.settings.machine.description = "Radxa X4 SBC board for one of w phone network."; } diff --git a/machines/buna/configuration.nix b/machines/buna/configuration.nix index 790d5b6..4e9309c 100644 --- a/machines/buna/configuration.nix +++ b/machines/buna/configuration.nix @@ -8,6 +8,7 @@ # clan.core.networking.targetHost = "root@"; clan.core.settings.name = "buna"; - # clan.meta.description = "Radxa X4 SBC board for one of w phone network. (With w whitehouse)"; + clan.core.settings.machine.description = + "Radxa X4 SBC board for one of w phone network. (With w whitehouse)"; } diff --git a/machines/canopus/configuration.nix b/machines/canopus/configuration.nix index e8bfed4..9fda5c8 100644 --- a/machines/canopus/configuration.nix +++ b/machines/canopus/configuration.nix @@ -9,6 +9,8 @@ let nbClientName = "netbird-b4l"; in { + clan.core.settings.machine.description = "VM machine that host ERPNext for glomglom"; + imports = [ inputs.frappix.nixosModules.x86_64-linux.frappix ]; nixpkgs.overlays = [ inputs.self.overlays.frappixFrappeOverlay diff --git a/machines/deneb/configuration.nix b/machines/deneb/configuration.nix index 99122ae..aa06687 100644 --- a/machines/deneb/configuration.nix +++ b/machines/deneb/configuration.nix @@ -8,6 +8,7 @@ let sitename = "poyerp.newedge.house"; in { + clan.core.settings.machine.description = "VM machine that host ERPNext for poysound"; imports = [ inputs.frappix.nixosModules.x86_64-linux.frappix ]; nixpkgs.overlays = [ inputs.self.overlays.frappixFrappeOverlay diff --git a/machines/hadar/configuration.nix b/machines/hadar/configuration.nix index 7089123..a0c823b 100644 --- a/machines/hadar/configuration.nix +++ b/machines/hadar/configuration.nix @@ -8,6 +8,7 @@ let domain = "poy-inventory.newedge.house"; in { + clan.core.settings.machine.description = "VM machine that host Inventree system for Poy"; imports = [ inputs.self.nixosModules.inventree ]; diff --git a/machines/mirach/configuration.nix b/machines/mirach/configuration.nix index 0a7643f..4b11ae0 100644 --- a/machines/mirach/configuration.nix +++ b/machines/mirach/configuration.nix @@ -8,6 +8,6 @@ # clan.core.networking.targetHost = "root@"; clan.core.settings.name = "mirach"; - # clan.meta.description = "Radxa X4 SBC board for one of w phone network."; + clan.core.settings.machine.description = "Radxa X4 SBC board for one of w phone network."; } diff --git a/machines/neptune/configuration.nix b/machines/neptune/configuration.nix index 7244f04..56de921 100644 --- a/machines/neptune/configuration.nix +++ b/machines/neptune/configuration.nix @@ -57,6 +57,6 @@ ]; clan.core.settings.name = "neptune"; - # clan.meta.description = "Radxa SBC board for testing. (With vi)"; + clan.core.settings.machine.description = "Radxa SBC board for testing. (With vi)"; } diff --git a/machines/petra/configuration.nix b/machines/petra/configuration.nix index cb66398..982ce63 100644 --- a/machines/petra/configuration.nix +++ b/machines/petra/configuration.nix @@ -9,4 +9,5 @@ }; system.stateVersion = "25.11"; clan.core.sops.defaultGroups = [ "admins" ]; + clan.core.settings.machine.description = "A personal computer for Chocolate Shop"; } diff --git a/machines/procyon/configuration.nix b/machines/procyon/configuration.nix index 77ab029..9a19605 100644 --- a/machines/procyon/configuration.nix +++ b/machines/procyon/configuration.nix @@ -8,6 +8,7 @@ let domain = "glom-inventory.newedge.house"; in { + clan.core.settings.machine.description = "VM machine that host Inventree system for Glom"; imports = [ inputs.self.nixosModules.inventree ]; diff --git a/machines/ramus/configuration.nix b/machines/ramus/configuration.nix index 90548bd..7b45278 100644 --- a/machines/ramus/configuration.nix +++ b/machines/ramus/configuration.nix @@ -6,9 +6,7 @@ }; clan.core.settings.name = "ramus"; - # clan.meta.description = '' - # A Hetzner VPS machine own by Alex. - # ''; + clan.core.settings.machine.description = "A Hetzner VPS machine own by Alex."; clan.core.sops.defaultGroups = [ "admins" ]; clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; diff --git a/machines/rana/configuration.nix b/machines/rana/configuration.nix index 72a85da..bbf9cf7 100644 --- a/machines/rana/configuration.nix +++ b/machines/rana/configuration.nix @@ -1,5 +1,7 @@ { self, pkgs, ... }: { + clan.core.settings.machine.description = "Emmie personal computer"; + imports = [ self.nixosModules.common ]; diff --git a/machines/rigel/configuration.nix b/machines/rigel/configuration.nix index b820028..b41c00c 100644 --- a/machines/rigel/configuration.nix +++ b/machines/rigel/configuration.nix @@ -13,4 +13,6 @@ system.stateVersion = "25.11"; clan.core.sops.defaultGroups = [ "admins" ]; clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; + + clan.core.settings.machine.description = "Zima board computer for testing in B4L"; } diff --git a/machines/sirius/configuration.nix b/machines/sirius/configuration.nix index 41637bb..05b6cc7 100644 --- a/machines/sirius/configuration.nix +++ b/machines/sirius/configuration.nix @@ -16,6 +16,8 @@ ]; }; + clan.core.settings.machine.description = "w NAS"; + clan.core.sops.defaultGroups = [ "admins" ]; nixpkgs.hostPlatform = { diff --git a/machines/vega/configuration.nix b/machines/vega/configuration.nix index 77f5a62..1f7cf89 100644 --- a/machines/vega/configuration.nix +++ b/machines/vega/configuration.nix @@ -22,6 +22,8 @@ clan.core.sops.defaultGroups = [ "admins" ]; clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; + clan.core.settings.machine.description = "Glom NAS"; + nixpkgs.hostPlatform = { system = "x86_64-linux"; };