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