diff --git a/nixos/hosts/framework-server/builder.nix b/nixos/hosts/framework-server/builder.nix index a03a4389..26d839c0 100644 --- a/nixos/hosts/framework-server/builder.nix +++ b/nixos/hosts/framework-server/builder.nix @@ -1,7 +1,7 @@ { inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: { # For remote builds - # see home-manager: bash.nix: nixos-rebuild-remote - users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ]; + # see home-manager: bash.nix: rebuild-*-remote + # users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ]; # For cross-architecture builds boot.binfmt.emulatedSystems = [