allow ssh
This commit is contained in:
parent
ac124c4ff0
commit
e9d878f083
|
@ -70,6 +70,9 @@ in
|
|||
|
||||
# sandbox user
|
||||
description = "Sandbox Games";
|
||||
|
||||
# use fixed auth keys
|
||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||
};
|
||||
|
||||
#
|
||||
|
@ -88,6 +91,9 @@ in
|
|||
|
||||
# sandbox user
|
||||
description = "Sandbox KDE";
|
||||
|
||||
# use fixed auth keys
|
||||
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue