diff --git a/binary-cache/default.nix b/binary-cache/default.nix index c97bbb5..a73450a 100644 --- a/binary-cache/default.nix +++ b/binary-cache/default.nix @@ -21,7 +21,7 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "tvix-binary-cache"; # Define your hostname. - users.users.root.openssh.authorizedKeys.keyFiles = [ ./raito.keys ./sinavir.keys ]; + users.users.root.openssh.authorizedKeys.keyFiles = [ ./raito.keys ./sinavir.keys ./yureka.keys ]; # Set your time zone. time.timeZone = "Europe/Paris";