Logo
Explore Help
Sign In
gortium/infra
1
0
Fork 0
You've already forked infra
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
infra/users/ai-worker.nix

13 lines
296 B
Nix
Raw Permalink Normal View History

docs: initialize NixOS infrastructure with AI assistant Creates PROJECT.md with vision and requirements. Creates config.json with interactive workflow mode.
2026-01-01 01:36:58 -05:00
{ pkgs, inputs, config, keys, ... }: {
Progress dump before ai agent
2026-04-04 04:57:47 -04:00
users.users.ai-worker = {
docs: initialize NixOS infrastructure with AI assistant Creates PROJECT.md with vision and requirements. Creates config.json with interactive workflow mode.
2026-01-01 01:36:58 -05:00
isSystemUser = true;
Progress dump before ai agent
2026-04-04 04:57:47 -04:00
group = "ai-worker";
docs: initialize NixOS infrastructure with AI assistant Creates PROJECT.md with vision and requirements. Creates config.json with interactive workflow mode.
2026-01-01 01:36:58 -05:00
extraGroups = [ "docker" ];
shell = pkgs.bashInteractive;
openssh.authorizedKeys.keys = [
Progress dump before ai agent
2026-04-04 04:57:47 -04:00
keys.users.ai-worker.main
docs: initialize NixOS infrastructure with AI assistant Creates PROJECT.md with vision and requirements. Creates config.json with interactive workflow mode.
2026-01-01 01:36:58 -05:00
];
};
Progress dump before ai agent
2026-04-04 04:57:47 -04:00
users.groups.ai-worker = {};
chore: add n8n-worker user and update authentication configuration
2026-01-01 02:25:34 -05:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 286ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API