allow ssh

This commit is contained in:
Christoph Cullmann 2024-10-08 18:49:40 +02:00
parent ac124c4ff0
commit e9d878f083
No known key found for this signature in database

View file

@ -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;
};
};