From e9d878f083c6ede23dbf6e895bf68d8934487e26 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 8 Oct 2024 18:49:40 +0200 Subject: [PATCH] allow ssh --- share/users.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/users.nix b/share/users.nix index fa6a619..9b006ea 100644 --- a/share/users.nix +++ b/share/users.nix @@ -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; }; };