From 42dc25969150472fca6bb1461df0573222aec54e Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sun, 1 Oct 2023 22:01:30 +0200 Subject: [PATCH] no longer use openssh server with hpn patches --- hosts/chonk/builder.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/chonk/builder.nix b/hosts/chonk/builder.nix index af13d8c6..e7c6918d 100644 --- a/hosts/chonk/builder.nix +++ b/hosts/chonk/builder.nix @@ -12,8 +12,6 @@ in { file = "${self}/secrets/chonk_nix_builder_private_key.age"; }; - programs.ssh.package = pkgs.openssh_hpn; - nix.settings.trusted-users = ["builder"]; boot.binfmt.emulatedSystems = ["aarch64-linux"];