From 7b7d7c0c2a6bb1130e6e6451f69ea80a0eabb0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 23 Jun 2023 18:54:03 +0200 Subject: [PATCH] Fix eval --- modules/cluster/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/cluster/default.nix b/modules/cluster/default.nix index a7d6d55d..b8204834 100644 --- a/modules/cluster/default.nix +++ b/modules/cluster/default.nix @@ -67,7 +67,10 @@ in { # Deployment user for leon who also uses this flake leon = { uid = 1002; - sshKeys = with ssh-public-keys; leon ++ astro; + sshKeys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPZoT83l0ogbJpviBs4VmO+NdF4NPtYAnyf8RRSoXsv leon@leon" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIANupx+diz5N8sGZOc7ZXopyPh9HaML8M7Qh70aVVIaJ leon@leons-Air" + ] ++ ssh-public-keys.astro; home = "${skyflakeHome}/leon"; }; # Deployment user for neighbour Andreas Lippmann