Make nocix sexcore name consistent

I realized I had incorrectly used "hexcore"
This commit is contained in:
Eli Ribble 2025-10-10 01:36:45 +00:00
parent 6c56e9a6da
commit 29fa447da6
6 changed files with 3 additions and 3 deletions

View file

@ -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;
};

View file

@ -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";