diff --git a/nixos/hosts/framework-server/builder.nix b/nixos/hosts/framework-server/builder.nix index b555a946..36607ceb 100644 --- a/nixos/hosts/framework-server/builder.nix +++ b/nixos/hosts/framework-server/builder.nix @@ -1,4 +1,4 @@ -{ config, username, ... }: { +{ inputs, config, lib, pkgs, modulesPath, desktop, username, ... }: { # Testing remote builldings users.users.${username}.openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/builder-keys.txt ];