shell patch for nixremote
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
@@ -36,6 +37,7 @@
|
||||
isSystemUser = true;
|
||||
createHome = true;
|
||||
group = "nixremote";
|
||||
shell = pkgs.bashInteractive;
|
||||
openssh.authorizedKeys.keyFiles = config.my.users.nixremote.authorizedKeys;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user