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:
parent
9683488ef9
commit
40d7ccf048
8 changed files with 37 additions and 52 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue