Progress dump before ai agent
This commit is contained in:
12
users/ai-worker.nix
Normal file
12
users/ai-worker.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, inputs, config, keys, ... }: {
|
||||
users.users.ai-worker = {
|
||||
isSystemUser = true;
|
||||
group = "ai-worker";
|
||||
extraGroups = [ "docker" ];
|
||||
shell = pkgs.bashInteractive;
|
||||
openssh.authorizedKeys.keys = [
|
||||
keys.users.ai-worker.main
|
||||
];
|
||||
};
|
||||
users.groups.ai-worker = {};
|
||||
}
|
||||
Reference in New Issue
Block a user