{ ... }: { nixpkgs.crossSystem.system = "armv7l-linux"; imports = [ ]; # put your own configuration here, for example ssh keys: users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1.... username@tld" ]; }