Add new llm agent machine configuration to general systems
This commit is contained in:
parent
0e0391eadb
commit
7fdf232c9c
2 changed files with 6 additions and 10 deletions
|
|
@ -64,6 +64,11 @@
|
|||
];
|
||||
inherit configFiles disko home-manager inputs nixpkgs nixvim sops-nix system timecard-bot;
|
||||
};
|
||||
"nocix-amd-legacy-quadcore-292465" = import ./system.nix {
|
||||
configuration = ./host/nocix/amd-legacy-quadcore-292465;
|
||||
roles = [ ];
|
||||
inherit configFiles disko home-manager inputs nixpkgs nixvim sops-nix system timecard-bot;
|
||||
};
|
||||
"nocix-amd-legacy-sexcore" = import ./system.nix {
|
||||
configuration = ./host/nocix/amd-legacy-sexcore;
|
||||
roles = [
|
||||
|
|
|
|||
|
|
@ -22,16 +22,7 @@
|
|||
pkgs.dig
|
||||
pkgs.gitMinimal
|
||||
];
|
||||
myModules = {
|
||||
nidus-sync = {
|
||||
domainNameReport = "staging-report.mosquitoes.online";
|
||||
domainNameSync = "staging-sync.nidus.cloud";
|
||||
environment = "staging";
|
||||
};
|
||||
tegola = {
|
||||
domainName = "staging-tegola.nidus.cloud";
|
||||
};
|
||||
};
|
||||
myModules = {};
|
||||
services.openssh.enable = true;
|
||||
users.users.root.openssh.authorizedKeys.keys =
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue