tailscale
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.openclaw = {
|
||||
isSystemUser = false;
|
||||
isNormalUser = true;
|
||||
home = "/home/openclaw";
|
||||
createHome = true;
|
||||
group = "openclaw";
|
||||
extraGroups = [ "docker" ];
|
||||
shell = pkgs.bash;
|
||||
description = "OpenClaw agent sandboxed user";
|
||||
};
|
||||
|
||||
users.groups.openclaw = { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user