Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: pool
> ./basis/role.nix
Lenses
(coming soon!)
{pkgs, ...}:
name:
{ pass ? "", keys ? [], groups ? [], ...}:
{...}@call:
{
inherit name;
password = pass;
shell = pkgs.nushell;
openssh.authorizedKeys.keys = keys;
extraGroups = groups;
} // call