From a5a491f676ee1df02c57a9362ca569916905110a Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 20 Jul 2026 21:47:06 -0400 Subject: update to use right ssh key and set shell for nixremote --- hosts/icon/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/icon') diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index 03a7788..677075c 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -92,10 +92,11 @@ isSystemUser = true; group = "nixremote"; home = "/home/nixremote"; + shell = pkgs.bash; createHome = true; homeMode = "555"; openssh.authorizedKeys.keyFiles = [ - ../../pubkeys/desktop_ssh.pub + ../../pubkeys/desktop_builder_ssh.pub ]; }; }; -- cgit v1.3.1