From 9b8947a1a7170c717a9f07ca40f2b3a980aaeefe Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Fri, 21 Jun 2024 17:11:13 +0200 Subject: [PATCH] add key to pc2 --- vinzenz-pc2.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vinzenz-pc2.nix b/vinzenz-pc2.nix index 2a49309..b942d3c 100644 --- a/vinzenz-pc2.nix +++ b/vinzenz-pc2.nix @@ -29,6 +29,10 @@ ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDNpLDmctyqGpow/ElQvdhY4BLBPS/sigDJ1QEcC7wC vinzenz-lpt2-roaming'' ]; + users.users.ronja.openssh.authorizedKeys.keys = [ + ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALWKm+d6KL6Vl3grPOcGouiNTkvdhXuWJmcrdEBY2nw ssh-host-key'' + ]; + services.openvscode-server = { enable = true; telemetryLevel = "off";