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;
|
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 {
|
"nocix-amd-legacy-sexcore" = import ./system.nix {
|
||||||
configuration = ./host/nocix/amd-legacy-sexcore;
|
configuration = ./host/nocix/amd-legacy-sexcore;
|
||||||
roles = [
|
roles = [
|
||||||
|
|
|
||||||
|
|
@ -22,16 +22,7 @@
|
||||||
pkgs.dig
|
pkgs.dig
|
||||||
pkgs.gitMinimal
|
pkgs.gitMinimal
|
||||||
];
|
];
|
||||||
myModules = {
|
myModules = {};
|
||||||
nidus-sync = {
|
|
||||||
domainNameReport = "staging-report.mosquitoes.online";
|
|
||||||
domainNameSync = "staging-sync.nidus.cloud";
|
|
||||||
environment = "staging";
|
|
||||||
};
|
|
||||||
tegola = {
|
|
||||||
domainName = "staging-tegola.nidus.cloud";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
users.users.root.openssh.authorizedKeys.keys =
|
users.users.root.openssh.authorizedKeys.keys =
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue