Make nocix sexcore name consistent
I realized I had incorrectly used "hexcore"
This commit is contained in:
parent
6c56e9a6da
commit
29fa447da6
6 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue