users/isa: Move to users directory
This commit is contained in:
11
users/isa/default.nix
Normal file
11
users/isa/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
users.users.isa = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "guests" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrvhqC/tZzpLMs/qy+1xNSVi2mfn8LXPIEhh7dcGn9e"
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user