From 29fa447da66ddd037db5a311bd1dddb8ff56799a Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 10 Oct 2025 01:36:45 +0000 Subject: [PATCH] Make nocix sexcore name consistent I realized I had incorrectly used "hexcore" --- flake.nix | 4 ++-- .../configuration.nix | 0 .../{amd-legacy-hexcore => amd-legacy-sexcore}/default.nix | 0 .../disk-config.nix | 0 .../hardware-configuration.nix | 0 .../{amd-legacy-hexcore => amd-legacy-sexcore}/network.nix | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) rename host/nocix/{amd-legacy-hexcore => amd-legacy-sexcore}/configuration.nix (100%) rename host/nocix/{amd-legacy-hexcore => amd-legacy-sexcore}/default.nix (100%) rename host/nocix/{amd-legacy-hexcore => amd-legacy-sexcore}/disk-config.nix (100%) rename host/nocix/{amd-legacy-hexcore => amd-legacy-sexcore}/hardware-configuration.nix (100%) rename host/nocix/{amd-legacy-hexcore => amd-legacy-sexcore}/network.nix (94%) diff --git a/flake.nix b/flake.nix index 6a714a8..d9c7d63 100644 --- a/flake.nix +++ b/flake.nix @@ -47,8 +47,8 @@ roles = [ ./roles/corp.nix ]; inherit configFiles disko home-manager inputs nixpkgs nixvim sops-nix system timecard-bot; }; - "nocix-amd-legacy-hexcore" = import ./system.nix { - configuration = ./host/nocix/amd-legacy-hexcore; + "nocix-amd-legacy-sexcore" = import ./system.nix { + configuration = ./host/nocix/amd-legacy-sexcore; roles = [ ./roles/nidus-sync.nix ]; inherit configFiles disko home-manager inputs nixpkgs nixvim sops-nix system timecard-bot; }; diff --git a/host/nocix/amd-legacy-hexcore/configuration.nix b/host/nocix/amd-legacy-sexcore/configuration.nix similarity index 100% rename from host/nocix/amd-legacy-hexcore/configuration.nix rename to host/nocix/amd-legacy-sexcore/configuration.nix diff --git a/host/nocix/amd-legacy-hexcore/default.nix b/host/nocix/amd-legacy-sexcore/default.nix similarity index 100% rename from host/nocix/amd-legacy-hexcore/default.nix rename to host/nocix/amd-legacy-sexcore/default.nix diff --git a/host/nocix/amd-legacy-hexcore/disk-config.nix b/host/nocix/amd-legacy-sexcore/disk-config.nix similarity index 100% rename from host/nocix/amd-legacy-hexcore/disk-config.nix rename to host/nocix/amd-legacy-sexcore/disk-config.nix diff --git a/host/nocix/amd-legacy-hexcore/hardware-configuration.nix b/host/nocix/amd-legacy-sexcore/hardware-configuration.nix similarity index 100% rename from host/nocix/amd-legacy-hexcore/hardware-configuration.nix rename to host/nocix/amd-legacy-sexcore/hardware-configuration.nix diff --git a/host/nocix/amd-legacy-hexcore/network.nix b/host/nocix/amd-legacy-sexcore/network.nix similarity index 94% rename from host/nocix/amd-legacy-hexcore/network.nix rename to host/nocix/amd-legacy-sexcore/network.nix index 953ecc9..eea0326 100644 --- a/host/nocix/amd-legacy-hexcore/network.nix +++ b/host/nocix/amd-legacy-sexcore/network.nix @@ -17,7 +17,7 @@ allowedTCPPorts = [ 22 80 443 ]; }; }; - hostName = "nocix-amd-legacy-hexcore"; + hostName = "nocix-amd-legacy-sexcore"; interfaces.enp3s0 = { ipv4.addresses = [{ address = "63.141.227.154";