Move corp server to using the nocix role pattern

This was introduced for the sync server, but we desire all to receive
it.
This commit is contained in:
Eli Ribble 2025-10-22 18:02:33 +00:00
parent 9683488ef9
commit 40d7ccf048
8 changed files with 37 additions and 52 deletions

View file

@ -42,9 +42,11 @@
system = "x86_64-linux";
in {
nixosConfigurations = {
corp = import ./system.nix {
configuration = ./host/corp/configuration.nix;
roles = [ ./roles/corp.nix ];
"nocix-amd-legacy-octacore" = import ./system.nix {
configuration = ./host/nocix/amd-legacy-octacore;
roles = [
./roles/corp.nix
];
inherit configFiles disko home-manager inputs nixpkgs nixvim sops-nix system timecard-bot;
};
"nocix-amd-legacy-sexcore" = import ./system.nix {